C# Class NPCData

Show file Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
LeftLowerArmFinalAngle float
LeftLowerArmStartAngle float
LeftUpperArmFinalAngle float
LeftUpperArmStartAngle float
RightLowerArmFinalAngle float
RightLowerArmStartAngle float
RightUpperArmFinalAngle float
RightUpperArmStartAngle float
SkinType NPCSkinType

Protected Methods

Method Description
CalculateMidpointAngles ( ) : void

Method Details

CalculateMidpointAngles() protected method

protected CalculateMidpointAngles ( ) : void
return void

Property Details

LeftLowerArmFinalAngle public property

public float LeftLowerArmFinalAngle
return float

LeftLowerArmStartAngle public property

public float LeftLowerArmStartAngle
return float

LeftUpperArmFinalAngle public property

public float LeftUpperArmFinalAngle
return float

LeftUpperArmStartAngle public property

public float LeftUpperArmStartAngle
return float

RightLowerArmFinalAngle public property

public float RightLowerArmFinalAngle
return float

RightLowerArmStartAngle public property

public float RightLowerArmStartAngle
return float

RightUpperArmFinalAngle public property

public float RightUpperArmFinalAngle
return float

RightUpperArmStartAngle public property

public float RightUpperArmStartAngle
return float

SkinType public property

public NPCSkinType SkinType
return NPCSkinType