struct CrystalEdge::Vector4
- CrystalEdge::Vector4
- Struct
- Value
- Object
Included Modules
- Nya::Serializable
Defined in:
lib/crystaledge/src/crystaledge/vector4.crnya/crystaledge_ext.cr
Constant Summary
-
NYA_REGISTERED =
true
-
PROPERTIES =
{"x" => "Float64", "y" => "Float64", "z" => "Float64", "w" => "Float64"} of String => String
Constructors
Class Method Summary
- .deserialize(xml, ctx : SerializationContext | Nil = nil)
- .transform_name(name)
-
.xml_name
Returns XML compatible name of a type (see
Nya::Serializable.translate_type
)