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