C# Class BarricadeWaypoint, Holdout

Inheritance: MonoBehaviour
Mostra file Open project: MaddJhin/Holdout Class Usage Examples

Public Properties

Property Type Description
belongsTo RefactoredBarricade,
occupied bool
resident GameObject

Public Methods

Method Description
Awake ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

belongsTo public_oe property

public RefactoredBarricade, belongsTo
return RefactoredBarricade,

occupied public_oe property

public bool occupied
return bool

resident public_oe property

public GameObject resident
return GameObject