Click or drag to resize

SetTag_Example Class

Example of how to set an ASL Object's tag for all users
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          SimpleDemosSetTag_Example

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class SetTag_Example : MonoBehaviour

The SetTag_Example type exposes the following members.

Constructors
  NameDescription
Public methodSetTag_Example
Initializes a new instance of the SetTag_Example class
Top
Methods
  NameDescription
Private methodUpdate
Our game logic
Top
Fields
  NameDescription
Public fieldm_MyObjectToTag
The ASL object we will change the tag of for all players
Public fieldm_SendTag
Flag indicating to send the tag
Public fieldm_TagToSendAndSet
The tag you want to send and set for this object - note this tag must be predefined
Top
See Also