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