C# Class InvisibleWallTrigger, CameraUnityProject

Inheritance: MonoBehaviour
Datei anzeigen Open project: ConnerWestover/CameraUnityProject

Public Properties

Property Type Description
removeWalls bool
thisTriggerRemovesWalls bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

removeWalls public_oe property

public bool removeWalls
return bool

thisTriggerRemovesWalls public_oe property

public bool thisTriggerRemovesWalls
return bool