Interface Vector2fProperty

All Superinterfaces:
Functor<Vector2f>, Property<Vector2f>, Transmittable<Vector2f>, Vector2fPropertyBase<Vector2f>
All Known Implementing Classes:
DelegatedVector2fProperty, RandomVector2fProperty
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Vector2fProperty extends Vector2fPropertyBase<Vector2f>, Transmittable<Vector2f>
A property with a Vector2f value.