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