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