C# Class DockingCamera.PartCameraModule

Module adds an external camera and gives control over it
Inheritance: PartModule, ICamPart
Datei anzeigen Open project: DennyTX/DockingCam

Public Properties

Property Type Description
IsFollow bool
IsFollowEnabled bool
IsFreeFollow bool
IsFreeFollowEnabled bool
IsLookAtMe bool

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
FixedUpdate ( ) : void
OnStart ( StartState state = StartState.Flying ) : void
OnUpdate ( ) : void
Start ( ) : void

Private Methods

Method Description
CapRotator ( ) : IEnumerator
Follow ( ) : void
FreeFollow ( ) : void
GetElectricConsumption ( ) : void
LookAtMe ( ) : void
SetCameraMode ( bool a, bool b, bool c ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnStart() public method

public OnStart ( StartState state = StartState.Flying ) : void
state StartState
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

IsFollow public_oe property

public bool IsFollow
return bool

IsFollowEnabled public_oe property

public bool IsFollowEnabled
return bool

IsFreeFollow public_oe property

public bool IsFreeFollow
return bool

IsFreeFollowEnabled public_oe property

public bool IsFreeFollowEnabled
return bool

IsLookAtMe public_oe property

public bool IsLookAtMe
return bool