struct
Godot::PropertyInfo
- Godot::PropertyInfo
- Struct
- Value
- Object
Defined in:
libgodot/macros.crConstructors
Instance Method Summary
- #hint : UInt32
- #hint_string : String
- #name : String
- #type_name : String
- #usage : UInt32
- #variant_type : Int32
Constructor Detail
def self.new(name : String, type_name : String, variant_type : Int32, hint : UInt32 = 0_u32, hint_string : String = "", usage : UInt32 = 6_u32)
#