struct Godot::PropertyInfo

Defined in:

libgodot/macros.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type_name : String, variant_type : Int32, hint : UInt32 = 0_u32, hint_string : String = "", usage : UInt32 = 6_u32) #

[View source]

Instance Method Detail

def hint : UInt32 #

[View source]
def hint_string : String #

[View source]
def name : String #

[View source]
def type_name : String #

[View source]
def usage : UInt32 #

[View source]
def variant_type : Int32 #

[View source]