Liberi
An exergame built for kids with CP!
ScriptAttribute Class Reference

Marks a MonoBehaviour as a game script with a given script role. More...

Inherits Attribute.

Public Member Functions

 ScriptAttribute (ScriptRole scriptRole)
 Marks a MonoBehaviour as a game script. More...
 

Properties

ScriptRole ScriptRole [get]
 The role of this script. More...
 

Detailed Description

Marks a MonoBehaviour as a game script with a given script role.

Definition at line 62 of file ScriptAttribute.cs.

Constructor & Destructor Documentation

ScriptAttribute.ScriptAttribute ( ScriptRole  scriptRole)
inline

Marks a MonoBehaviour as a game script.

Parameters
scriptRoleThe role to give the marked script.

Definition at line 78 of file ScriptAttribute.cs.

Property Documentation

ScriptRole ScriptAttribute.ScriptRole
get

The role of this script.

Definition at line 68 of file ScriptAttribute.cs.


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