C# Class TV, home_nursing

Inheritance: TimedTask
ファイルを表示 Open project: ChristianHoj/home_nursing Class Usage Examples

Public Properties

Property Type Description
currTVChannel int
disableRenderTextureWhenNotInUse bool
tvChannelMaterials Material[]

Public Methods

Method Description
Awake ( ) : void
GetInteractionMessage ( ) : string
Interact ( ) : void

Private Methods

Method Description
changeChannel ( ) : void
checkAvailableTVChannel ( ) : void
disableRenderCamerasIfNotInUse ( ) : void
nextTVChannel ( ) : void
previousTVChannel ( ) : void
setupTVCamerasList ( ) : void
updateDialRotation ( ) : void
updateTVChannel ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

GetInteractionMessage() public method

public GetInteractionMessage ( ) : string
return string

Interact() public method

public Interact ( ) : void
return void

Property Details

currTVChannel public_oe property

public int currTVChannel
return int

disableRenderTextureWhenNotInUse public_oe property

public bool disableRenderTextureWhenNotInUse
return bool

tvChannelMaterials public_oe property

public Material[] tvChannelMaterials
return Material[]