Tests if a game object is a child of another game object and stores the result in a bool variable.
E.g., Check if a collision object is the child of another object.
Game Object
The game object to test.
Is Child Of
Tests if the game object is a child of this game object.
Result
Store the result in a bool variable.