C# 클래스 GUI.Types.Renderer.Animation.Bone

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

공개 메소드들

메소드 설명
AddChild ( Bone child ) : void
Bone ( string name, int index, OpenTK.Vector3 position, Quaternion rotation ) : System.Collections.Generic
SetParent ( Bone parent ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( Bone child ) : void
child Bone
리턴 void

Bone() 공개 메소드

public Bone ( string name, int index, OpenTK.Vector3 position, Quaternion rotation ) : System.Collections.Generic
name string
index int
position OpenTK.Vector3
rotation Quaternion
리턴 System.Collections.Generic

SetParent() 공개 메소드

public SetParent ( Bone parent ) : void
parent Bone
리턴 void