C# Class LayerMng, ex-unity-old-deprecated

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: exdev/ex-unity-old-deprecated Class Usage Examples

Méthodes publiques

Свойство Type Description
layerMaskInfos List

Protected Properties

Свойство Type Description
nameToLayerMask int>.Dictionary

Méthodes publiques

Méthode Description
GetLayerMask ( string _name ) : int
OnEnable ( ) : void

Method Details

GetLayerMask() public méthode

public GetLayerMask ( string _name ) : int
_name string
Résultat int

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Property Details

layerMaskInfos public_oe property

public List layerMaskInfos
Résultat List

nameToLayerMask protected_oe property

protected Dictionary nameToLayerMask
Résultat int>.Dictionary