Method UpdateNonAnimatableProperties
UpdateNonAnimatableProperties(IEnumerable<INonAnimatableProperty>, MaterialEditor, Boolean)
Updates properties that are set to not be recorded during animation recording.
Declaration
public static void UpdateNonAnimatableProperties(IEnumerable<INonAnimatableProperty> controls, MaterialEditor materialEditor, bool updateOutsideAnimation = true)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<INonAnimatableProperty> | controls | Controls to check. |
| MaterialEditor | materialEditor | Material editor. |
| Boolean | updateOutsideAnimation | If the animations will actually be changed outside of animation recording |