Interface Vector3fProperty

All Superinterfaces:
Functor<Vector3f>, Property<Vector3f>, Transmittable<Vector3f>, Vector2fPropertyBase<Vector3f>, Vector3fPropertyBase<Vector3f>
All Known Implementing Classes:
DelegatedVector3fProperty
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 Vector3fProperty extends Vector3fPropertyBase<Vector3f>, Transmittable<Vector3f>
A property with a Vector3f value.