struct RayLib::MaterialMap
- RayLib::MaterialMap
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(texture : RayLib::Texture2D, color : RayLib::Binding::Color, value : Float32)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::MaterialMap))
- .new(unwrap : Binding::MaterialMap)
Instance Method Summary
- #color : RayLib::Binding::Color
- #color=(color : RayLib::Binding::Color)
- #texture : Texture2D
- #texture=(texture : Texture2D)
- #to_unsafe
- #value : Float32
- #value=(value : Float32)
Constructor Detail
def self.new(texture : RayLib::Texture2D, color : RayLib::Binding::Color, value : Float32)
#