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