C# Class xn.AlternativeViewPointCapability

Inheritance: Capability
Afficher le fichier Open project: roxlu/OpenNI

Méthodes publiques

Méthode Description
AlternativeViewPointCapability ( ProductionNode node ) : System
IsViewPointAs ( ProductionNode other ) : bool
IsViewPointSupported ( ProductionNode other ) : bool
ResetViewPoint ( ) : void
SetViewPoint ( ProductionNode other ) : void

Method Details

AlternativeViewPointCapability() public méthode

public AlternativeViewPointCapability ( ProductionNode node ) : System
node ProductionNode
Résultat System

IsViewPointAs() public méthode

public IsViewPointAs ( ProductionNode other ) : bool
other ProductionNode
Résultat bool

IsViewPointSupported() public méthode

public IsViewPointSupported ( ProductionNode other ) : bool
other ProductionNode
Résultat bool

ResetViewPoint() public méthode

public ResetViewPoint ( ) : void
Résultat void

SetViewPoint() public méthode

public SetViewPoint ( ProductionNode other ) : void
other ProductionNode
Résultat void