C# Class Nez.Overlap2D.Runtime.CompositeVO

Datei anzeigen Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
layers List
sColorPrimitives List
sComposites List
sImage9patchs List
sImages List
sLabels List
sLights List
sParticleEffects List
sSelectBoxes List
sSpineAnimations List
sSpriteAnimations List
sSpriterAnimations List
sTextBox List

Public Methods

Method Description
findMaxZindex ( ) : int

finds the max zIndex for all children

findMinMaxZindexForRenderLayers ( ) : Tuple,Dictionary>
setLayerDepthRecursively ( int>.Dictionary minIndicies, int>.Dictionary maxIndicies, CompositeItemVO parentCompositeVO ) : void
setLayerDepthRecursively ( float zIndexMin, float zIndexMax, CompositeItemVO parentCompositeVO ) : void

Method Details

findMaxZindex() public method

finds the max zIndex for all children
public findMaxZindex ( ) : int
return int

findMinMaxZindexForRenderLayers() public method

public findMinMaxZindexForRenderLayers ( ) : Tuple,Dictionary>
return Tuple,Dictionary>

setLayerDepthRecursively() public method

public setLayerDepthRecursively ( int>.Dictionary minIndicies, int>.Dictionary maxIndicies, CompositeItemVO parentCompositeVO ) : void
minIndicies int>.Dictionary
maxIndicies int>.Dictionary
parentCompositeVO CompositeItemVO
return void

setLayerDepthRecursively() public method

public setLayerDepthRecursively ( float zIndexMin, float zIndexMax, CompositeItemVO parentCompositeVO ) : void
zIndexMin float
zIndexMax float
parentCompositeVO CompositeItemVO
return void

Property Details

layers public_oe property

public List layers
return List

sColorPrimitives public_oe property

public List sColorPrimitives
return List

sComposites public_oe property

public List sComposites
return List

sImage9patchs public_oe property

public List sImage9patchs
return List

sImages public_oe property

public List sImages
return List

sLabels public_oe property

public List sLabels
return List

sLights public_oe property

public List sLights
return List

sParticleEffects public_oe property

public List sParticleEffects
return List

sSelectBoxes public_oe property

public List sSelectBoxes
return List

sSpineAnimations public_oe property

public List sSpineAnimations
return List

sSpriteAnimations public_oe property

public List sSpriteAnimations
return List

sSpriterAnimations public_oe property

public List sSpriterAnimations
return List

sTextBox public_oe property

public List sTextBox
return List