C# Class Nez.Overlap2D.Runtime.MainItemVO

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
customVars string
itemIdentifier string
itemName string
layerDepth float
originX float
originY float
physics PhysicsBodyDataVO
renderLayer int
rotation float
scaleX float
scaleY float
shaderName string
shape ShapeVO
tags string[]
tint float[]
uniqueId int
x float
y float
zIndex int

Méthodes publiques

Méthode Description
ToString ( ) : string
calculateLayerDepth ( float zIndexMin, float zIndexMax, CompositeItemVO compositeItem ) : float

helper to translate zIndex to layerDepth. zIndexMax should be at least equal to the highest zIndex

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

calculateLayerDepth() public méthode

helper to translate zIndex to layerDepth. zIndexMax should be at least equal to the highest zIndex
public calculateLayerDepth ( float zIndexMin, float zIndexMax, CompositeItemVO compositeItem ) : float
zIndexMin float
zIndexMax float Z index max.
compositeItem CompositeItemVO
Résultat float

Property Details

customVars public_oe property

public string customVars
Résultat string

itemIdentifier public_oe property

public string itemIdentifier
Résultat string

itemName public_oe property

public string itemName
Résultat string

layerDepth public_oe property

public float layerDepth
Résultat float

originX public_oe property

public float originX
Résultat float

originY public_oe property

public float originY
Résultat float

physics public_oe property

public PhysicsBodyDataVO,Nez.Overlap2D.Runtime physics
Résultat PhysicsBodyDataVO

renderLayer public_oe property

public int renderLayer
Résultat int

rotation public_oe property

public float rotation
Résultat float

scaleX public_oe property

public float scaleX
Résultat float

scaleY public_oe property

public float scaleY
Résultat float

shaderName public_oe property

public string shaderName
Résultat string

shape public_oe property

public ShapeVO,Nez.Overlap2D.Runtime shape
Résultat ShapeVO

tags public_oe property

public string[] tags
Résultat string[]

tint public_oe property

public float[] tint
Résultat float[]

uniqueId public_oe property

public int uniqueId
Résultat int

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float

zIndex public_oe property

public int zIndex
Résultat int