C# Class ManicDigger.Player

Mostra file Open project: henon/manic_digger

Public Properties

Property Type Description
AnimationHint AnimationHint
Heading byte
Health int
MonsterType int
Name string
Pitch byte
Position Vector3
Type PlayerType

Property Details

AnimationHint public_oe property

public AnimationHint,ManicDigger AnimationHint
return AnimationHint

Heading public_oe property

public byte Heading
return byte

Health public_oe property

public int Health
return int

MonsterType public_oe property

public int MonsterType
return int

Name public_oe property

public string Name
return string

Pitch public_oe property

public byte Pitch
return byte

Position public_oe property

public Vector3 Position
return Vector3

Type public_oe property

public PlayerType Type
return PlayerType