C# Class PipelineManager, yarrar

Inheritance: MonoBehaviour
Afficher le fichier Open project: ndob/yarrar Class Usage Examples

Méthodes publiques

Свойство Type Description
m_backgroundCanvas GameObject
m_cameraPrefab GameObject

Méthodes publiques

Méthode Description
RegisterModel ( int coordinateSystemId, GameObject go ) : void

Private Methods

Méthode Description
CreateNewCoordinateSystem ( int id ) : void
OnDestroy ( ) : void
SetCoordinateSystemActive ( int id, bool active ) : void
SetLayer ( GameObject go, int layer, bool recursive ) : void
Start ( ) : void
Update ( ) : void
UpdateCoordinateSystem ( Pose, pose ) : void
deinitYarrar ( ) : IntPtr
getPose ( IntPtr pixelBuffer, int width, int height ) : IntPtr
initYarrar ( int width, int height ) : IntPtr

Method Details

RegisterModel() public méthode

public RegisterModel ( int coordinateSystemId, GameObject go ) : void
coordinateSystemId int
go GameObject
Résultat void

Property Details

m_backgroundCanvas public_oe property

public GameObject m_backgroundCanvas
Résultat GameObject

m_cameraPrefab public_oe property

public GameObject m_cameraPrefab
Résultat GameObject