API ReferenceSandbox.Clutter

SlopeMappingclass

Maps an clutter entry to a slope angle range.

objectSlopeMapping
Namespace
Sandbox.Clutter
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Clutter.SlopeMapping

Constructors1

Showing 1 constructors

Properties3

Showing 3 properties

public int Sandbox.Clutter.SlopeMapping.EntryIndex { get; set; }PUBLICGETSET

Which clutter entry to use for this slope range.

Returns:int

public float Sandbox.Clutter.SlopeMapping.MaxAngle { get; set; }PUBLICGETSET

Maximum slope angle (degrees) for this entry.

Returns:float

public float Sandbox.Clutter.SlopeMapping.MinAngle { get; set; }PUBLICGETSET

Minimum slope angle (degrees) for this entry.

Returns:float

On this page