Reflective.Context Enum
Use with Sansar.Script.RegisterReflectiveAttribute and Reflective.Register(Sansar.Script.Reflective.Context) to specify specific access context for the registered reflective class.
Syntax
[System.Flags]
public enum Reflective.Context
public enum Reflective.Context
Remarks
Documentation for this section has not yet been entered.
Members
Member Name | Description |
---|---|
All | All contexts. |
None | Not discoverable via FindReflective or FindScript |
ObjectPrivate | Works only for running scripts, makes them findable in ObjectPrivate.FindScript and ObjectPrivate.FindScripts. |
ScenePrivate | Findable in ScenePrivate.FindReflective |
ScenePublic | Findable in ScenePublic.FindReflective |
Requirements
Namespace: Sansar.Script
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
0 Comments