C# Class Tachycardia.CharacterProfile

Exibir arquivo Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
m_BodyMass float
m_BodyScaleFactor System.Vector3
m_HeadOffset System.Vector3
m_MeshName String
m_WalkSpeed float

Public Methods

Method Description
Clone ( ) : CharacterProfile

Method Details

Clone() public method

public Clone ( ) : CharacterProfile
return CharacterProfile

Property Details

m_BodyMass public_oe property

public float m_BodyMass
return float

m_BodyScaleFactor public_oe property

public Vector3,System m_BodyScaleFactor
return System.Vector3

m_HeadOffset public_oe property

public Vector3,System m_HeadOffset
return System.Vector3

m_MeshName public_oe property

public String m_MeshName
return String

m_WalkSpeed public_oe property

public float m_WalkSpeed
return float