struct Srcom::Game::Asset

Included Modules

Defined in:

srcr/mappings/game/assets/asset.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def height : Int32 #

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

[View source]
def uri : String #

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

[View source]
def width : Int32 #

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

[View source]