C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
vec3 Vector3

Открытые методы

Метод Описание
AppendLineEx ( this sb, string str = "" ) : void
Clear ( this sb ) : void
Identity ( this trans ) : void

Описание методов

AppendLineEx() публичный статический Метод

public static AppendLineEx ( this sb, string str = "" ) : void
sb this
str string
Результат void

Clear() публичный статический Метод

public static Clear ( this sb ) : void
sb this
Результат void

Identity() публичный статический Метод

public static Identity ( this trans ) : void
trans this
Результат void

Описание свойств

vec3 публичное статическое свойство

public static Vector3 vec3
Результат Vector3