![]() |
Init(args)
Scripting Reference
|
◆ NullOrInactive
A value against which any object can be compared to determine whether or not it is 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 StateMachineBehaviourT6.cs:119 |