Object.operator boolstatic implicit function bool (exists : Object) : booleanDescriptionDoes the object exist?
JavaScript
// check if there is a rigidbody attached to this transform using UnityEngine; import UnityEngine
JavaScript
// another way to check if a rigidbody is attached to this transform using UnityEngine; import UnityEngine |
