Method SetParentObject
SetParentObject(Object, string)
Set a reference to the object holding this ProbeVolumeSceneData.
Declaration
public void SetParentObject(Object parent, string parentSceneDataPropertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | parent | The object holding this ProbeVolumeSceneData, it will be dirtied every time scene bounds or settings are changed. |
| string | parentSceneDataPropertyName | The name of the property holding the ProbeVolumeSceneData in the parentAsset. |