StateTriggerBase.SetActive(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.