C# 클래스 Revise.Files.ZON.ZonePosition

Represents a zone position.
파일 보기 프로젝트 열기: osROSE/UnityRose 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsUsed bool
Position UnityEngine.Vector2

프로퍼티 상세

IsUsed 공개적으로 프로퍼티

Gets or sets a value indicating whether this position is used.
public bool IsUsed
리턴 bool

Position 공개적으로 프로퍼티

Gets or sets the position.
public Vector2,UnityEngine Position
리턴 UnityEngine.Vector2