C# 클래스 Nez.Overlap2D.Runtime.MainItemVO

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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