C# Класс Nez.Overlap2D.Runtime.MainItemVO

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

calculateLayerDepth() публичный Метод

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
Результат float

Описание свойств

customVars публичное свойство

public string customVars
Результат string

itemIdentifier публичное свойство

public string itemIdentifier
Результат string

itemName публичное свойство

public string itemName
Результат string

layerDepth публичное свойство

public float layerDepth
Результат float

originX публичное свойство

public float originX
Результат float

originY публичное свойство

public float originY
Результат float

physics публичное свойство

public PhysicsBodyDataVO,Nez.Overlap2D.Runtime physics
Результат PhysicsBodyDataVO

renderLayer публичное свойство

public int renderLayer
Результат int

rotation публичное свойство

public float rotation
Результат float

scaleX публичное свойство

public float scaleX
Результат float

scaleY публичное свойство

public float scaleY
Результат float

shaderName публичное свойство

public string shaderName
Результат string

shape публичное свойство

public ShapeVO,Nez.Overlap2D.Runtime shape
Результат ShapeVO

tags публичное свойство

public string[] tags
Результат string[]

tint публичное свойство

public float[] tint
Результат float[]

uniqueId публичное свойство

public int uniqueId
Результат int

x публичное свойство

public float x
Результат float

y публичное свойство

public float y
Результат float

zIndex публичное свойство

public int zIndex
Результат int