Sinespace Client 2025.3.19431
Client-side scripting for Sinespace
|
Public Member Functions | |
void | DrawRenderer (SRenderer< Renderer > renderer, SMaterial material) |
Add a "draw renderer" command. | |
void | Blit (SMaterial mat) |
Add a "bit into a render texture" command. | |
![]() | |
override void | Initialise (SScript runtime, object wrapper) |
![]() | |
void | ReportError (string error, bool fatal, UnityEngine.Object target=null) |
void | Initialise (SScript runtime, object wrapper) |
Additional Inherited Members | |
![]() | |
void | Initialise (SScript runtime) |
![]() | |
T | _wrap [get] |
![]() | |
virtual bool | Alive [get] |
DynValue | CachedData [get, set] |
void SineSpace.Scripting.Types.SCommandBuffer.Blit | ( | SMaterial | mat | ) |
Add a "bit into a render texture" command.
mat | Material to use. |
void SineSpace.Scripting.Types.SCommandBuffer.DrawRenderer | ( | SRenderer< Renderer > | renderer, |
SMaterial | material ) |
Add a "draw renderer" command.
renderer | The renderer you want to draw |
material | The material you want to draw |