struct MAGES::InteractionLayer

Overview

An interaction layer. More…

struct InteractionLayer
{
    // properties

    int Value;

    // methods

    static implicit operator int (InteractionLayer layer);
    static implicit operator InteractionLayer (int intVal);
};

Detailed Documentation

An interaction layer.

Properties

int Value

Gets or sets the layer mask value.