C# Class DrawMeshRenderer.Factory

Inheritance: UnityRenderer.Factory
Afficher le fichier Open project: explodingbarrel/lwf

Méthodes publiques

Méthode Description
ConstructBitmap ( LWF lwf, int objectId, Bitmap bitmap ) : Renderer
ConstructBitmapEx ( LWF lwf, int objectId, BitmapEx bitmapEx ) : Renderer
ConstructText ( LWF lwf, int objectId, Text text ) : TextRenderer
Destruct ( ) : void
Factory ( Data data, GameObject gObj, float zOff, float zR = 1, int rQOff, Camera cam = null, string texturePrfx = "", string fontPrfx = "", TextureLoader textureLdr = null, TextureUnloader textureUnldr = null )

Private Methods

Méthode Description
CreateBitmapContexts ( Data data ) : void

Method Details

ConstructBitmap() public méthode

public ConstructBitmap ( LWF lwf, int objectId, Bitmap bitmap ) : Renderer
lwf LWF
objectId int
bitmap Bitmap
Résultat Renderer

ConstructBitmapEx() public méthode

public ConstructBitmapEx ( LWF lwf, int objectId, BitmapEx bitmapEx ) : Renderer
lwf LWF
objectId int
bitmapEx BitmapEx
Résultat Renderer

ConstructText() public méthode

public ConstructText ( LWF lwf, int objectId, Text text ) : TextRenderer
lwf LWF
objectId int
text Text
Résultat TextRenderer

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Factory() public méthode

public Factory ( Data data, GameObject gObj, float zOff, float zR = 1, int rQOff, Camera cam = null, string texturePrfx = "", string fontPrfx = "", TextureLoader textureLdr = null, TextureUnloader textureUnldr = null )
data Data
gObj GameObject
zOff float
zR float
rQOff int
cam Camera
texturePrfx string
fontPrfx string
textureLdr TextureLoader
textureUnldr TextureUnloader