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.
파일 보기 프로젝트 열기: topameng/Debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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