C# Class AssemblyCSharp.lockArea

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: spooty89/Project-ROB

Public Properties

Property Type Description
barriers List
player UnityEngine.GameObject

Public Methods

Method Description
OnTriggerEnter ( Collider hit ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider hit ) : void
hit UnityEngine.Collider
return void

Property Details

barriers public_oe property

public List barriers
return List

player public_oe property

public GameObject,UnityEngine player
return UnityEngine.GameObject