class Rosegold::Entity::Metadata

Included Modules

Defined in:

rosegold/world/entity.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def category : String #

[View source]
def category=(category : String) #

[View source]
def display_name : String #

[View source]
def display_name=(display_name : String) #

[View source]
def height : Float64 #

[View source]
def height=(height : Float64) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def internal_id : Int32 #

[View source]
def internal_id=(internal_id : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def width : Float64 #

[View source]
def width=(width : Float64) #

[View source]