C# Class kOS.Function.FunctionVecDrawNull

Inheritance: FunctionBase
Show file Open project: KSP-KOS/KOS

Public Methods

Method Description
DoExecuteWork ( kOS.Safe.SharedObjects shared, kOS.Suffixed.Vector start, kOS.Suffixed.Vector vec, kOS.Suffixed.RgbaColor rgba, string str, double scale, bool show, double width ) : void
Execute ( kOS.Safe.SharedObjects shared ) : void

Method Details

DoExecuteWork() public method

public DoExecuteWork ( kOS.Safe.SharedObjects shared, kOS.Suffixed.Vector start, kOS.Suffixed.Vector vec, kOS.Suffixed.RgbaColor rgba, string str, double scale, bool show, double width ) : void
shared kOS.Safe.SharedObjects
start kOS.Suffixed.Vector
vec kOS.Suffixed.Vector
rgba kOS.Suffixed.RgbaColor
str string
scale double
show bool
width double
return void

Execute() public method

public Execute ( kOS.Safe.SharedObjects shared ) : void
shared kOS.Safe.SharedObjects
return void