C# 클래스 Radegast.Rendering.attachment_point

파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
group int
id int
joint string
jointmesh GLMesh
jointmeshindex int
name string
position System.Vector3
rotation Quaternion

공개 메소드들

메소드 설명
attachment_point ( XmlNode node ) : ThreadPoolUtil

메소드 상세

attachment_point() 공개 메소드

public attachment_point ( XmlNode node ) : ThreadPoolUtil
node System.Xml.XmlNode
리턴 ThreadPoolUtil

프로퍼티 상세

group 공개적으로 프로퍼티

public int group
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

joint 공개적으로 프로퍼티

public string joint
리턴 string

jointmesh 공개적으로 프로퍼티

public GLMesh,Radegast.Rendering jointmesh
리턴 GLMesh

jointmeshindex 공개적으로 프로퍼티

public int jointmeshindex
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

position 공개적으로 프로퍼티

public Vector3,System position
리턴 System.Vector3

rotation 공개적으로 프로퍼티

public Quaternion rotation
리턴 Quaternion