C# Class PipelineManager, yarrar

Inheritance: MonoBehaviour
Exibir arquivo Open project: ndob/yarrar Class Usage Examples

Public Properties

Property Type Description
m_backgroundCanvas GameObject
m_cameraPrefab GameObject

Public Methods

Method Description
RegisterModel ( int coordinateSystemId, GameObject go ) : void

Private Methods

Method 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 method

public RegisterModel ( int coordinateSystemId, GameObject go ) : void
coordinateSystemId int
go GameObject
return void

Property Details

m_backgroundCanvas public_oe property

public GameObject m_backgroundCanvas
return GameObject

m_cameraPrefab public_oe property

public GameObject m_cameraPrefab
return GameObject