Supermarket.Checkout.RandomInteractionZone C# (CSharp) Method

RandomInteractionZone() public method

Gets a random one of this checkout's interaction zones
public RandomInteractionZone ( ) : GameObject
return UnityEngine.GameObject
        public GameObject RandomInteractionZone()
        {
            return interaction.RandomZone();
        }