AnimancerEvent.Sequence.

AnimancerEvent.

ShouldNotModifyReason Property

Summary

[Assert-Only] If this property is set, any attempt to modify this sequence will trigger Animancer.OptionalWarning.LockedEvents (which will include this value in its message).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public string ShouldNotModifyReason { get; private set; }

Remarks

This value can be set by Animancer.AnimancerEvent.Sequence.SetShouldNotModifyReason(System.String).

Value

Type Description
string