C# 클래스 UnityEditor.ParticleEffectUtils

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ClearPlanes ( ) : void
GetPlane ( int index ) : GameObject
HidePlaneIfExists ( int index ) : void

메소드 상세

ClearPlanes() 공개 정적인 메소드

public static ClearPlanes ( ) : void
리턴 void

GetPlane() 공개 정적인 메소드

public static GetPlane ( int index ) : GameObject
index int
리턴 UnityEngine.GameObject

HidePlaneIfExists() 공개 정적인 메소드

public static HidePlaneIfExists ( int index ) : void
index int
리턴 void