TNet 3  3.0.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
ExampleRegion Class Reference

This script is attached to visible regions in the multi-channel example scene, and is used both to show which channels the player is currently in (by coloring the renderer), as well as to keep a list of regions that can be joined by the ExamplePlayerAvatar script. More...

Inheritance diagram for ExampleRegion:

Public Attributes

int channelID = 0
 

Static Public Attributes

static List< ExampleRegionlist = new List<ExampleRegion>()
 

Detailed Description

This script is attached to visible regions in the multi-channel example scene, and is used both to show which channels the player is currently in (by coloring the renderer), as well as to keep a list of regions that can be joined by the ExamplePlayerAvatar script.

Member Data Documentation

int ExampleRegion.channelID = 0
List<ExampleRegion> ExampleRegion.list = new List<ExampleRegion>()
static

The documentation for this class was generated from the following file: