C# Class RendererFactoryArguments, lwf

Afficher le fichier Open project: explodingbarrel/lwf Class Usage Examples

Méthodes publiques

Свойство Type Description
camera Camera
data LWF.Data
fontPrefix string
gameObject GameObject
renderQueueOffset int
textureLoader UnityEngine.Texture2D>.System.Func
texturePrefix string
textureUnloader System.Action
zOffset float
zRate float

Méthodes publiques

Méthode Description
RendererFactoryArguments ( LWF d, GameObject gObj, float zOff, float zR, int rQOff, Camera cam, string texturePrfx, string fontPrfx, UnityEngine.Texture2D>.System.Func textureLdr, System.Action textureUnldr ) : System

Method Details

RendererFactoryArguments() public méthode

public RendererFactoryArguments ( LWF d, GameObject gObj, float zOff, float zR, int rQOff, Camera cam, string texturePrfx, string fontPrfx, UnityEngine.Texture2D>.System.Func textureLdr, System.Action textureUnldr ) : System
d LWF
gObj GameObject
zOff float
zR float
rQOff int
cam Camera
texturePrfx string
fontPrfx string
textureLdr UnityEngine.Texture2D>.System.Func
textureUnldr System.Action
Résultat System

Property Details

camera public_oe property

public Camera camera
Résultat Camera

data public_oe property

public Data,LWF data
Résultat LWF.Data

fontPrefix public_oe property

public string fontPrefix
Résultat string

gameObject public_oe property

public GameObject gameObject
Résultat GameObject

renderQueueOffset public_oe property

public int renderQueueOffset
Résultat int

textureLoader public_oe property

public System.Func textureLoader
Résultat UnityEngine.Texture2D>.System.Func

texturePrefix public_oe property

public string texturePrefix
Résultat string

textureUnloader public_oe property

public System.Action textureUnloader
Résultat System.Action

zOffset public_oe property

public float zOffset
Résultat float

zRate public_oe property

public float zRate
Résultat float