C# 클래스 UnityPlatformer.LayerMaskExtension

UnityEngine.LayerMask
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 메소드들

메소드 설명
Contains ( this lm, int l ) : bool

LayerMask contains given layer?

메소드 상세

Contains() 정적인 공개 메소드

LayerMask contains given layer?
static public Contains ( this lm, int l ) : bool
lm this
l int
리턴 bool