![]() |
Liberi
An exergame built for kids with CP!
|
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... | |
Marks a MonoBehaviour as a game script with a given script role.
Definition at line 62 of file ScriptAttribute.cs.
|
inline |
Marks a MonoBehaviour as a game script.
scriptRole | The role to give the marked script. |
Definition at line 78 of file ScriptAttribute.cs.
|
get |
The role of this script.
Definition at line 68 of file ScriptAttribute.cs.