Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ NullOrInactive

NullExtensions.NullOrInactiveComparer Sisus.Init.StateMachineBehaviour< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument >.NullOrInactive
staticgetprotected

A value against which any object can be compared to determine whether or not it is null or an Object which is inactive or has been destroyed.

private ITrackable target;
private void Update()
{
if(target != NullOrInactive)
{
transform.LookAt(target.Position);
}
}
static NullExtensions.NullOrInactiveComparer NullOrInactive
A value against which any object can be compared to determine whether or not it is null or an Object ...
Definition StateMachineBehaviourT4.cs:117