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