C# 클래스 UnityEngine.LayerMask

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

공개 메소드들

메소드 설명
GetMask ( ) : int

Given a set of layer names as defined by either a Builtin or a User Layer in the, returns the equivalent layer mask for all of them.

비공개 메소드들

메소드 설명
LayerToName ( int layer ) : string
NameToLayer ( string layerName ) : int

메소드 상세

GetMask() 공개 정적인 메소드

Given a set of layer names as defined by either a Builtin or a User Layer in the, returns the equivalent layer mask for all of them.

public static GetMask ( ) : int
리턴 int