Method | Description | |
---|---|---|
SetObserverOrigin ( |
Can be called to override the default origin for the observed volume
|
|
StartObserving ( ) : void |
Starts the Surface Observer.
|
|
StopObserving ( ) : void |
Stops the Surface Observer. Sets the Surface Observer state to ObserverStates.Stopped. |
Method | Description | |
---|---|---|
Awake ( ) : void |
Method | Description | |
---|---|---|
CleanupMeshes ( |
||
CleanupSurface ( |
||
GetSurfaceObject ( int surfaceID, |
||
OnDestroy ( ) : void |
Called when the GameObject is unloaded.
|
|
QueueSurfaceDataRequest ( |
Calls GetMeshAsync to update the SurfaceData and re-activate the surface object when ready.
|
|
SurfaceObserver_OnDataReady ( |
Handles the SurfaceObserver's OnDataReady event.
|
|
SurfaceObserver_OnSurfaceChanged ( |
Handles the SurfaceObserver's OnSurfaceChanged event.
|
|
Update ( ) : void |
Called once per frame.
|
public SetObserverOrigin ( |
||
origin | ||
return | void |