C# 클래스 MeshMaterialChanger, astrochimps

This class will hold the mesh original materials and change it for other. Also provides a method to restore the object's original materials
상속: MonoBehaviour
파일 보기 프로젝트 열기: arcoelho01/astrochimps

공개 프로퍼티들

프로퍼티 타입 설명
disabledMaterial Material

공개 메소드들

메소드 설명
Awake ( ) : void
RestoreMaterials ( ) : void

Restores the saved materials

Start ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

RestoreMaterials() 공개 메소드

Restores the saved materials
public RestoreMaterials ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

disabledMaterial 공개적으로 프로퍼티

public Material disabledMaterial
리턴 Material