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