struct RayLib::Transform
- RayLib::Transform
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(translation : RayLib::Vector3, rotation : RayLib::Vector4, scale : RayLib::Vector3)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::Transform))
- .new(unwrap : Binding::Transform)
Instance Method Summary
- #rotation : Vector4
- #rotation=(rotation : Vector4)
- #scale : Vector3
- #scale=(scale : Vector3)
- #to_unsafe
- #translation : Vector3
- #translation=(translation : Vector3)