C# 클래스 WebGame.EntityUpdate

파일 보기 프로젝트 열기: AdmiralPotato/ggj2013

공개 프로퍼티들

프로퍼티 타입 설명
Health int
Id int
MaxHealth int
Position Vector3
Rotation float
Type string

프로퍼티 상세

Health 공개적으로 프로퍼티

public int Health
리턴 int

Id 공개적으로 프로퍼티

public int Id
리턴 int

MaxHealth 공개적으로 프로퍼티

public int MaxHealth
리턴 int

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

Rotation 공개적으로 프로퍼티

public float Rotation
리턴 float

Type 공개적으로 프로퍼티

public string Type
리턴 string