C# Class KerbCam.DebugUtil

Datei anzeigen Open project: huin/kerbcam

Public Methods

Method Description
Format ( Transform trn ) : string
Log ( string fmt ) : void
LogCamerasTransformTree ( ) : void
LogException ( Exception e ) : void
LogTransformAscestry ( Transform trn ) : void
LogVessel ( Vessel v ) : void
NameOfMaybeNull ( Component c ) : string

Private Methods

Method Description
AppendCameraTransform ( StringBuilder result, int level, Transform trn, Dictionary trnCams, bool>.Dictionary trnCamAncestors ) : void

Method Details

Format() public static method

public static Format ( Transform trn ) : string
trn UnityEngine.Transform
return string

Log() public static method

public static Log ( string fmt ) : void
fmt string
return void

LogCamerasTransformTree() public static method

public static LogCamerasTransformTree ( ) : void
return void

LogException() public static method

public static LogException ( Exception e ) : void
e System.Exception
return void

LogTransformAscestry() public static method

public static LogTransformAscestry ( Transform trn ) : void
trn UnityEngine.Transform
return void

LogVessel() public static method

public static LogVessel ( Vessel v ) : void
v Vessel
return void

NameOfMaybeNull() public static method

public static NameOfMaybeNull ( Component c ) : string
c UnityEngine.Component
return string