C# Class Radegast.Rendering.attachment_point

Exibir arquivo Open project: radegastdev/radegast Class Usage Examples

Public Properties

Property Type Description
group int
id int
joint string
jointmesh GLMesh
jointmeshindex int
name string
position System.Vector3
rotation Quaternion

Public Methods

Method Description
attachment_point ( XmlNode node ) : ThreadPoolUtil

Method Details

attachment_point() public method

public attachment_point ( XmlNode node ) : ThreadPoolUtil
node System.Xml.XmlNode
return ThreadPoolUtil

Property Details

group public_oe property

public int group
return int

id public_oe property

public int id
return int

joint public_oe property

public string joint
return string

jointmesh public_oe property

public GLMesh,Radegast.Rendering jointmesh
return GLMesh

jointmeshindex public_oe property

public int jointmeshindex
return int

name public_oe property

public string name
return string

position public_oe property

public Vector3,System position
return System.Vector3

rotation public_oe property

public Quaternion rotation
return Quaternion