Interface INonAnimatableProperty
Interface that defines an object that has a property that shouldn't be animated by the animation window
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public interface INonAnimatableProperty
Remarks
In some cases you don't want to record changes of a property inside an animation. This will let the inspector know that.
Bare in mind that this will not assure that the property will not be recorded since is up to the inspector to satisfy the condition, and the user could still edit the animation manually.
Properties
| Name | Description |
|---|---|
| NonAnimatablePropertyChanged | Boolean indicating if a non animatable material property need to be updated. |
Methods
| Name | Description |
|---|---|
| UpdateNonAnimatableProperty(MaterialEditor) | Updates the value of the non animatable property |