StateTriggerBase.SetActive(Boolean) Method

Definition

Sets the value that indicates whether the state trigger is active.

protected:
 virtual void SetActive(bool IsActive) = SetActive;
void SetActive(bool const& IsActive);
protected void SetActive(bool IsActive);
function setActive(IsActive)
Protected Sub SetActive (IsActive As Boolean)

Parameters

IsActive
Boolean

bool

true if the system should apply the trigger; otherwise, false.

Applies to

See also