class D_oom::Classes::Actor
- D_oom::Classes::Actor
- Reference
- Object
Direct Known Subclasses
Defined in:
d_oom/classes/classes_main.crConstructors
Instance Method Summary
- #location : RL::Vector3
- #location=(location : RL::Vector3)
- #name : String
- #rotation : RL::Vector3
- #rotation=(rotation : RL::Vector3)
- #scale : RL::Vector3
- #scale=(scale : RL::Vector3)
Constructor Detail
def self.new(location : RL::Vector3 = RL::Vector3.new, rotation : RL::Vector3 = RL::Vector3.new, scale : RL::Vector3 = RL::Vector3.new(x: 1, y: 1, z: 1), name : String = "No Name")
#