C# Class Guy, pyramidwarf

Inheritance: MonoBehaviour
Mostrar archivo Open project: renaudbedard/pyramidwarf Class Usage Examples

Public Properties

Property Type Description
AboveGround bool
ArmTypes Material[]
BodyTypes Material[]
ChantingFaceTypes Material[]
Connections Guy>.Dictionary
DoNotChangeColourDummy bool
DontConnect bool
FaceTypes Material[]
GuyId int
IsAttached bool
IsMain bool
LastWalkSign float
LegTypes Material[]
MainGuys Guy>.Dictionary
PlayerId int
ShouldWalk bool
TotalAttachedGuys HashSet
TuqueTypes Material[]
uprightStrength float

Private Methods

Method Description
HoldUpAndMove ( object token, int direction ) : IEnumerator
LiftLeg ( object token, int direction ) : IEnumerator
PlayStep ( ) : IEnumerator
RecordBaseHeight ( ) : IEnumerator
ResetWalkSign ( object token ) : IEnumerator
Start ( ) : void
Update ( ) : void

Property Details

AboveGround public_oe property

public bool AboveGround
return bool

ArmTypes public_oe property

public Material[] ArmTypes
return Material[]

BodyTypes public_oe property

public Material[] BodyTypes
return Material[]

ChantingFaceTypes public_oe property

public Material[] ChantingFaceTypes
return Material[]

Connections public_oe property

public Dictionary Connections
return Guy>.Dictionary

DoNotChangeColourDummy public_oe property

public bool DoNotChangeColourDummy
return bool

DontConnect public_oe property

public bool DontConnect
return bool

FaceTypes public_oe property

public Material[] FaceTypes
return Material[]

GuyId public_oe property

public int GuyId
return int

IsAttached public_oe property

public bool IsAttached
return bool

IsMain public_oe property

public bool IsMain
return bool

LastWalkSign public_oe property

public float LastWalkSign
return float

LegTypes public_oe property

public Material[] LegTypes
return Material[]

MainGuys public_oe static_oe property

public static Dictionary MainGuys
return Guy>.Dictionary

PlayerId public_oe property

public int PlayerId
return int

ShouldWalk public_oe property

public bool ShouldWalk
return bool

TotalAttachedGuys public_oe property

public HashSet TotalAttachedGuys
return HashSet

TuqueTypes public_oe property

public Material[] TuqueTypes
return Material[]

uprightStrength public_oe property

public float uprightStrength
return float