On this pageBlackboardBoolValue.isTruepublic bool isTrue { get; set; }CopyDescription#Get if condition is trueUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BlackboardBoolValue target) { bool result = target.isTrue; } }Copy