Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
LayerMng
C# Class LayerMng, ex-unity-old-deprecated
Inheritance:
UnityEngine.ScriptableObject
ファイルを表示
Open project: exdev/ex-unity-old-deprecated
Class Usage Examples
Public Properties
Property
Type
Description
layerMaskInfos
List
Protected Properties
Property
Type
Description
nameToLayerMask
int>.Dictionary
Public Methods
Method
Description
GetLayerMask
(
string
_name
) :
int
OnEnable
( ) :
void
Method Details
GetLayerMask()
public
method
public
GetLayerMask
(
string
_name
) :
int
_name
string
return
int
OnEnable()
public
method
public
OnEnable
( ) :
void
return
void
Property Details
layerMaskInfos
public_oe property
public
List
layerMaskInfos
return
List
nameToLayerMask
protected_oe property
protected
Dictionary
nameToLayerMask
return
int>.Dictionary