struct
Godot::ScriptProperty
- Godot::ScriptProperty
- Struct
- Value
- Object
Overview
Exported script property descriptor for Godot's Inspector
Defined in:
libgodot/script/script.crConstructors
Instance Method Summary
- #default_value : String
- #default_value=(default_value : String)
- #hint : UInt32
- #hint=(hint : UInt32)
- #hint_string : String
- #hint_string=(hint_string : String)
- #name : String
- #name=(name : String)
- #type_name : String
- #type_name=(type_name : String)
- #usage : UInt32
- #usage=(usage : UInt32)
- #variant_type : Int32
- #variant_type=(variant_type : Int32)
Constructor Detail
def self.new(name : String, type_name : String, variant_type : Number = 0, hint : Number = 0, hint_string : String = "", usage : Number = 6, default_value : String = "")
#