s&box docs

public class Sandbox.SceneLineObject : Sandbox.SceneCustomObject

A scene object which is used to draw lines

Constructors

Showing 1 constructors

Methods

Showing 7 methods

public void EndLine()

public virtual void RenderSceneObject()

public void StartLine()

Properties

Showing 11 properties

public bool Sandbox.SceneLineObject.Clamped { get; set; }Obsolete

Obsolete: Use Sampler State property instead

public Sandbox.Texture Sandbox.SceneLineObject.LineTexture { get; set; }Obsolete

Obsolete: Use Material property instead

public int Sandbox.SceneLineObject.TessellationLevel { get; set; }

Number of tessellation subdivisions across the width of each line segment. 1 = no tessellation (just left and right), 2 = one subdivision in the middle, etc. Higher values create smoother curves and more detailed geometry but use more vertices.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.SceneLineObject

On this page