struct RayLib::Camera3D
- RayLib::Camera3D
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(position : RayLib::Vector3, target : RayLib::Vector3, up : RayLib::Vector3, fovy : Float32, type : Int32)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::Camera3D))
- .new(unwrap : Binding::Camera3D)
Instance Method Summary
- #fovy : Float32
- #fovy=(fovy : Float32)
- #position : Vector3
- #position=(position : Vector3)
- #target : Vector3
- #target=(target : Vector3)
- #to_unsafe
- #type : Int32
- #type=(type : Int32)
- #up : Vector3
- #up=(up : Vector3)
Constructor Detail
def self.new(position : RayLib::Vector3, target : RayLib::Vector3, up : RayLib::Vector3, fovy : Float32, type : Int32)
#