API ReferenceSandbox
public abstract interface Sandbox.ISpriteRenderGroup
Base interface for components that can be grouped for sprite rendering. Contains the 4 fields needed for render group classification.
Properties
Showing 4 properties
public virtual bool Sandbox.ISpriteRenderGroup.Additive { get; set; }
public virtual bool Sandbox.ISpriteRenderGroup.IsSorted { get; set; }
public virtual bool Sandbox.ISpriteRenderGroup.Opaque { get; set; }
public virtual bool Sandbox.ISpriteRenderGroup.Shadows { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ISpriteRenderGroup |