C# 클래스 Nez.Tiled.TiledObjectGroup

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color
name string
objects Nez.Tiled.TiledObject[]
opacity float
properties string>.Dictionary
visible bool

공개 메소드들

메소드 설명
TiledObjectGroup ( string name, Color color, bool visible, float opacity ) : System
objectWithName ( string name ) : TiledObject

gets the first TiledObject with the given name

objectsWithName ( string name ) : List

gets all the TiledObjects with the given name

메소드 상세

TiledObjectGroup() 공개 메소드

public TiledObjectGroup ( string name, Color color, bool visible, float opacity ) : System
name string
color Color
visible bool
opacity float
리턴 System

objectWithName() 공개 메소드

gets the first TiledObject with the given name
public objectWithName ( string name ) : TiledObject
name string Name.
리턴 TiledObject

objectsWithName() 공개 메소드

gets all the TiledObjects with the given name
public objectsWithName ( string name ) : List
name string Name.
리턴 List

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

name 공개적으로 프로퍼티

public string name
리턴 string

objects 공개적으로 프로퍼티

public TiledObject[],Nez.Tiled objects
리턴 Nez.Tiled.TiledObject[]

opacity 공개적으로 프로퍼티

public float opacity
리턴 float

properties 공개적으로 프로퍼티

public Dictionary properties
리턴 string>.Dictionary

visible 공개적으로 프로퍼티

public bool visible
리턴 bool