class Nya::Render::Texture

Direct Known Subclasses

Defined in:

nya/render/texture.cr

Constant Summary

NYA_REGISTERED = true
PROPERTIES = {"src" => "$String", "width" => "$UInt32", "height" => "$UInt32"} of String => String

Class Method Summary

Instance Method Summary

Instance methods inherited from class Nya::Component

log log, metadata metadata, metadata=(metadata : Nya::Render::Backend::Metadata | Nil) metadata=, metadata? : Nya::Render::Backend::Metadata? metadata?, parent parent, parent=(parent : Nil | Nya::GameObject) parent=, parent? : Nya::GameObject? parent?

Class methods inherited from class Nya::Component

deserialize(xml, ctx : SerializationContext | Nil = nil) deserialize, transform_name(name) transform_name, xml_name xml_name

Instance methods inherited from class Nya::Object

ancestor_or_same?(u : U.class) forall U ancestor_or_same?, awake awake, backend backend, enabled : Bool enabled, enabled=(enabled : Bool) enabled=, enabled? : Bool enabled?, engine engine, id : String? id, id=(id : Nil | String) id=, matches_tag?(tag) matches_tag?, render(tag : String | Nil = nil) render, tag : String? tag, tag=(tag : Nil | String) tag=, update update

Class methods inherited from class Nya::Object

deserialize(xml, ctx : SerializationContext | Nil = nil) deserialize, transform_name(name) transform_name, xml_name xml_name

Class Method Detail

def self.deserialize(xml, ctx : SerializationContext | Nil = nil) #

[View source]
def self.from_stumpy(stp) #

[View source]
def self.transform_name(name) #

def self.xml_name #

Returns XML compatible name of a type (see Nya::Serializable.translate_type)


Instance Method Detail

def awake #
Description copied from class Nya::Object

Post-initializes this object

Override this method to implement custom post-initialization behaviour Remember to call super when necessary (for example, before custom logic)


[View source]
def data : Slice(UInt8) #

[View source]
def data=(data : Slice(UInt8)) #

[View source]
def height : UInt32 #

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

[View source]
def prepare_metadata! #

[View source]
def src : String #

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

[View source]
def width : UInt32 #

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

[View source]