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