C# Class KerbCam.DebugUtil

Afficher le fichier Open project: huin/kerbcam

Méthodes publiques

Méthode 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

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

Method Details

Format() public static méthode

public static Format ( Transform trn ) : string
trn UnityEngine.Transform
Résultat string

Log() public static méthode

public static Log ( string fmt ) : void
fmt string
Résultat void

LogCamerasTransformTree() public static méthode

public static LogCamerasTransformTree ( ) : void
Résultat void

LogException() public static méthode

public static LogException ( Exception e ) : void
e System.Exception
Résultat void

LogTransformAscestry() public static méthode

public static LogTransformAscestry ( Transform trn ) : void
trn UnityEngine.Transform
Résultat void

LogVessel() public static méthode

public static LogVessel ( Vessel v ) : void
v Vessel
Résultat void

NameOfMaybeNull() public static méthode

public static NameOfMaybeNull ( Component c ) : string
c UnityEngine.Component
Résultat string