C# Class UnityEngine.LayerMask

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
LayerToName ( int layer ) : string
NameToLayer ( string layerName ) : int

Method Details

GetMask() public static méthode

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
Résultat int