Packagevegas.ioc.io
Classpublic class ObjectResourceType
InheritanceObjectResourceType Inheritance Object

Convenience base class for resource implementations.



Public Constants
 ConstantDefined By
  ASSEMBLY : String = assembly
[static] The "assembly" resource type.
ObjectResourceType
  CONFIG : String = config
[static] The "config" resource type.
ObjectResourceType
  CONTEXT : String = context
[static] The "context" resource type.
ObjectResourceType
  FONT : String = font
[static] The "font" resource type.
ObjectResourceType
  I18N : String = i18n
[static] The "i18n" resource type.
ObjectResourceType
  SHADER : String = shader
[static] The "shader" resource type.
ObjectResourceType
  SOUND : String = sound
[static] The "sound" resource type.
ObjectResourceType
  STYLE : String = style
[static] The "style" resource type.
ObjectResourceType
  TEXT : String = text
[static] The "text" resource type.
ObjectResourceType
  XML : String = xml
[static] The "xml" resource type.
ObjectResourceType
Constant Detail
ASSEMBLYConstant
public static const ASSEMBLY:String = assembly

The "assembly" resource type.

CONFIGConstant 
public static const CONFIG:String = config

The "config" resource type.

CONTEXTConstant 
public static const CONTEXT:String = context

The "context" resource type.

FONTConstant 
public static const FONT:String = font

The "font" resource type.

I18NConstant 
public static const I18N:String = i18n

The "i18n" resource type.

SHADERConstant 
public static const SHADER:String = shader

The "shader" resource type.

SOUNDConstant 
public static const SOUND:String = sound

The "sound" resource type.

STYLEConstant 
public static const STYLE:String = style

The "style" resource type.

TEXTConstant 
public static const TEXT:String = text

The "text" resource type.

XMLConstant 
public static const XML:String = xml

The "xml" resource type.