IsLayerAdditive(uint)
Returns true if the layer is additive, false otherwise.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public bool IsLayerAdditive(uint layerIndex)
Parameters
The layer index.
Returns
Type | Description |
|---|---|
| bool | True if the layer is additive, false otherwise. |