C# Class kOS.kOSInternalDisplay

Inheritance: InternalModule
Show file Open project: Nivekk/KOS

Public Properties

Property Type Description
Cpu CPU
InternalDisplayTexture UnityEngine.RenderTexture
screenGo UnityEngine.GameObject

Public Methods

Method Description
LockCamera ( ) : void
OnMouseDown ( ) : void
Start ( ) : void
UnlockCamera ( ) : void
Update ( ) : void

Method Details

LockCamera() public method

public LockCamera ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UnlockCamera() public method

public UnlockCamera ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Cpu public property

public CPU,kOS Cpu
return CPU

InternalDisplayTexture public property

public RenderTexture,UnityEngine InternalDisplayTexture
return UnityEngine.RenderTexture

screenGo public property

public GameObject,UnityEngine screenGo
return UnityEngine.GameObject