C# Class B9PartSwitch.PartModuleExtensions

Afficher le fichier Open project: blowfishpro/B9PartSwitch

Méthodes publiques

Méthode Description
LogError ( this module, object message ) : void
LogInfo ( this module, object message ) : void
LogTagString ( this module ) : string
LogWarning ( this module, object message ) : void
ParsedPrefab ( this module ) : bool

Method Details

LogError() public static méthode

public static LogError ( this module, object message ) : void
module this
message object
Résultat void

LogInfo() public static méthode

public static LogInfo ( this module, object message ) : void
module this
message object
Résultat void

LogTagString() public static méthode

public static LogTagString ( this module ) : string
module this
Résultat string

LogWarning() public static méthode

public static LogWarning ( this module, object message ) : void
module this
message object
Résultat void

ParsedPrefab() public static méthode

public static ParsedPrefab ( this module ) : bool
module this
Résultat bool