Random Object Selector
Gets 1 random object from the specified list of objects.
Inputs
- Object Type: The object type of the list. The type must be derived from UnityEngine.Object.
- List of Objects: The list of objects to be selected randomly.
Outputs
- Out: The randomly selected object.