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.
Show file Open project: topameng/Debugger Class Usage Examples

Public Properties

Property Type Description
vec3 Vector3

Public Methods

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

Method Details

AppendLineEx() public static method

public static AppendLineEx ( this sb, string str = "" ) : void
sb this
str string
return void

Clear() public static method

public static Clear ( this sb ) : void
sb this
return void

Identity() public static method

public static Identity ( this trans ) : void
trans this
return void

Property Details

vec3 public static property

public static Vector3 vec3
return Vector3