C# Class NPCData

显示文件 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_oe property

public float LeftLowerArmFinalAngle
return float

LeftLowerArmStartAngle public_oe property

public float LeftLowerArmStartAngle
return float

LeftUpperArmFinalAngle public_oe property

public float LeftUpperArmFinalAngle
return float

LeftUpperArmStartAngle public_oe property

public float LeftUpperArmStartAngle
return float

RightLowerArmFinalAngle public_oe property

public float RightLowerArmFinalAngle
return float

RightLowerArmStartAngle public_oe property

public float RightLowerArmStartAngle
return float

RightUpperArmFinalAngle public_oe property

public float RightUpperArmFinalAngle
return float

RightUpperArmStartAngle public_oe property

public float RightUpperArmStartAngle
return float

SkinType public_oe property

public NPCSkinType SkinType
return NPCSkinType