C# Class Sol.DoorSwitch

Inheritance: InteractibleObject
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
button UnityEngine.Renderer
doorsIControl List
poweredButton UnityEngine.Material
sparks UnityEngine.ParticleSystem
unpoweredButton UnityEngine.Material

Public Methods

Method Description
Interact ( ) : void

Method Details

Interact() public method

public Interact ( ) : void
return void

Property Details

button public_oe property

public Renderer,UnityEngine button
return UnityEngine.Renderer

doorsIControl public_oe property

public List doorsIControl
return List

poweredButton public_oe property

public Material,UnityEngine poweredButton
return UnityEngine.Material

sparks public_oe property

public ParticleSystem,UnityEngine sparks
return UnityEngine.ParticleSystem

unpoweredButton public_oe property

public Material,UnityEngine unpoweredButton
return UnityEngine.Material