C# 클래스 ManicDigger.Player

파일 보기 프로젝트 열기: henon/manic_digger

공개 프로퍼티들

프로퍼티 타입 설명
AnimationHint AnimationHint
Heading byte
Health int
MonsterType int
Name string
Pitch byte
Position Vector3
Type PlayerType

프로퍼티 상세

AnimationHint 공개적으로 프로퍼티

public AnimationHint,ManicDigger AnimationHint
리턴 AnimationHint

Heading 공개적으로 프로퍼티

public byte Heading
리턴 byte

Health 공개적으로 프로퍼티

public int Health
리턴 int

MonsterType 공개적으로 프로퍼티

public int MonsterType
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Pitch 공개적으로 프로퍼티

public byte Pitch
리턴 byte

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

Type 공개적으로 프로퍼티

public PlayerType Type
리턴 PlayerType