GenericVec3Value (object)¶
The GenericVec3Value is a typed implementation of the GenericValue using a Vec3.
Methods¶
GenericVec3Value ( in GenericVec3Value other ) | |
GenericVec3Value ( in Vec3 value ) | |
GenericVec3Value () | |
GenericVec3Value | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Vec3 | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Vec3 value ) |
Methods in detail¶
GenericVec3Value ( in GenericVec3Value other )
copy constructor
GenericVec3Value ( in Vec3 value )
default constructor
GenericVec3Value GenericVec3Value.clone? ()
clone method
Boolean GenericVec3Value.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Vec3 GenericVec3Value.get? ()
returns the contained value
Type GenericVec3Value.getValueType? ()
returns the type of the value
UInt32 GenericVec3Value.hash_? ()
returns a hash value for this
Boolean GenericVec3Value.isArray? ()
returns true if this value contains an array
GenericVec3Value.set! ( in Vec3 value )
sets the contained value