LayerMask.operator LayerMaskstatic implicit function LayerMask (intVal : int) : LayerMaskDescriptionimplicitly converts an integer to a LayerMask
JavaScript
// Converts an integer to a layer and prints the layer name. using UnityEngine; import UnityEngine |
