SResource
Index
Properties Index
Property
string Name get
string Type get
string AsText get
SGameObject AsGameObject get
SMaterial AsMaterial get
float TextureWidth get
float TextureHeight get
Properties
Name
string Name get
Returns the name of the resource as entered in the scripting runtime
Type
string Type get
Returns the type of the resource as a string
AsText
string AsText get
Converts the resource's type from SResource type to string
AsGameObject
SGameObject AsGameObject get
Property Description
AsMaterial
SMaterial AsMaterial get
Converts the resource's type from SResource to SMaterial
TextureWidth
float TextureWidth get
Returns the Texture Width of this resource
TextureHeight
float TextureHeight get
Returns the Texture Height of this resource
Last updated