Delegate SceneInterface.ComponentChangedDelegate
Namespace: UnityEngine.Pixyz.Scene
Assembly: Unity.Pixyz.SDKPlus.Editor.dll
Syntax
public delegate void SceneInterface.ComponentChangedDelegate(IntPtr userData, ComponentChangeType eventType, uint occurrence, uint component)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IntPtr | userData | |
| ComponentChangeType | eventType | |
| uint | occurrence | |
| uint | component |