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