ActionTool.GPActionUtils.HasGPActionObject C# (CSharp) Method

HasGPActionObject() public static method

Returns whether or not the specified gameobject has a GPActionObject attached
public static HasGPActionObject ( GameObject parentObj ) : bool
parentObj GameObject
return bool
        public static bool HasGPActionObject(GameObject parentObj)
        {
            return (GetGPActionObject(parentObj) != null);
        }