|
Init(args)
Scripting Reference
|
◆ NullOrInactive
A value against which any object can be compared to determine whether it is public class LookAt : MonoBehaviour{ITrackable}
{
private ITrackable target;
private void Update()
{
if(target != NullOrInactive)
{
transform.LookAt(target.Position);
}
}
}
static readonly NullOrInactiveComparer NullOrInactive A value against which any object can be compared to determine whether it is null or an Object which i... Definition NullExtensions.cs:123 Helper class for checking whether the value of a variable that is of object, interface or generic typ... Definition NullExtensions.cs:57 Definition Any.cs:16 Definition Any.cs:16 |