C# Class MyExtensionMethods, Debugger

My extension methods. I hold all of my extension methods here. I made one for changing the main color of your character's skinnedMeshRenderer materials and one for changing them to flash a certain color, cyan in my case. They can flash a color or just become invisible and visible again. It signals invulnerability.
Afficher le fichier Open project: topameng/Debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
vec3 Vector3

Méthodes publiques

Méthode Description
AppendLineEx ( this sb, string str = "" ) : void
Clear ( this sb ) : void
Identity ( this trans ) : void

Method Details

AppendLineEx() public static méthode

public static AppendLineEx ( this sb, string str = "" ) : void
sb this
str string
Résultat void

Clear() public static méthode

public static Clear ( this sb ) : void
sb this
Résultat void

Identity() public static méthode

public static Identity ( this trans ) : void
trans this
Résultat void

Property Details

vec3 public_oe static_oe property

public static Vector3 vec3
Résultat Vector3