C# Class VVVV.Nodes.BVHJoint

Inheritance: IJoint
Afficher le fichier Open project: minoru-ito/vvvvPlugins Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( IJoint joint ) : void
BVHJoint ( int id, string name, IJoint parent ) : System
CalculateCombinedTransforms ( ) : void
ClearAll ( ) : void
DeepCopy ( ) : IJoint
GetChannelCount ( ) : int
SetChannel ( int index, BVHChannel channel ) : void
SetChannelCount ( int count ) : void

Method Details

AddChild() public méthode

public AddChild ( IJoint joint ) : void
joint IJoint
Résultat void

BVHJoint() public méthode

public BVHJoint ( int id, string name, IJoint parent ) : System
id int
name string
parent IJoint
Résultat System

CalculateCombinedTransforms() public méthode

public CalculateCombinedTransforms ( ) : void
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

DeepCopy() public méthode

public DeepCopy ( ) : IJoint
Résultat IJoint

GetChannelCount() public méthode

public GetChannelCount ( ) : int
Résultat int

SetChannel() public méthode

public SetChannel ( int index, BVHChannel channel ) : void
index int
channel BVHChannel
Résultat void

SetChannelCount() public méthode

public SetChannelCount ( int count ) : void
count int
Résultat void