Class WaterSurfaceBehaviour
Water surface behavior for timeline support.
Inherited Members
UnityEngine.Playables.PlayableBehaviour.Clone()
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public class WaterSurfaceBehaviour : PlayableBehaviour, IPlayableBehaviour, ICloneable
Methods
OnPlayableDestroy(Playable)
Function called when the playable is destroyed.
Declaration
public override void OnPlayableDestroy(Playable playable)
Parameters
| Type | Name | Description |
|---|---|---|
| Playable | playable | Playable. |
Overrides
ProcessFrame(Playable, FrameData, Object)
Function called to process a frame.
Declaration
public override void ProcessFrame(Playable playable, FrameData info, object playerData)
Parameters
| Type | Name | Description |
|---|---|---|
| Playable | playable | Playable. |
| FrameData | info | FrameData. |
| Object | playerData | Target water surface. |