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