 | SetTag_Example Class |
Example of how to set an ASL Object's tag for all users
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour SimpleDemosSetTag_Example
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class SetTag_Example : MonoBehaviour
Public Class SetTag_Example
Inherits MonoBehaviour
public ref class SetTag_Example : public MonoBehaviour
type SetTag_Example =
class
inherit MonoBehaviour
end
The SetTag_Example type exposes the following members.
Constructors
| Name | Description |
---|
 | SetTag_Example | Initializes a new instance of the SetTag_Example class |
Top
Methods
Fields
| Name | Description |
---|
 | m_MyObjectToTag | The ASL object we will change the tag of for all players |
 | m_SendTag | Flag indicating to send the tag |
 | m_TagToSendAndSet | The tag you want to send and set for this object - note this tag must be predefined |
Top
See Also