class Godot::ConstantInfo

Defined in:

libgodot/macros.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(enum_name : String, name : String, value : Int64, is_bitfield : Bool = false) #

[View source]

Instance Method Detail

def enum_name : String #

[View source]
def is_bitfield? : Bool #

[View source]
def name : String #

[View source]
def value : Int64 #

[View source]