Class GameObjectExtension
Extends GameObject with a check if the GameObject is valid
Inheritance
System.Object
GameObjectExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn
Assembly: Jotunn.dll
Syntax
public static class GameObjectExtension
Methods
| Improve this Doc View SourceIsValid(GameObject)
Check for validity
Declaration
public static bool IsValid(this GameObject self)
Parameters
Type | Name | Description |
---|---|---|
GameObject | self |
Returns
Type | Description |
---|---|
System.Boolean |