class SceneSpotLight

in global :: Sandbox

A simple spot light scene object for use in a .


public float ConeInner { get; set; }

The inner cone of the spotlight, in half angle degrees.

public float ConeOuter { get; set; }

The outer cone of the spotlight, in half angle degrees

public SceneObject Parent { get; }

😔 No documentation found.

public void AddChild( string name, SceneObject child )

😔 No documentation found.

public void RemoveChild( SceneObject child )

😔 No documentation found.

public Model Model { get; set; }

😔 No documentation found.

public ulong MeshGroupMask { get; set; }

😔 No documentation found.

public void SetMaterialOverride( Material material )

😔 No documentation found.

public void ClearMaterialOverride( )

😔 No documentation found.

public void SetMaterialOverride( Material material, string attributeName, int attributeValue = 1 )

😔 No documentation found.

public void SetMaterialGroup( string name )

😔 No documentation found.

public bool RenderingEnabled { get; set; }

😔 No documentation found.

public SceneObject.SceneObjectFlagAccessor Flags { get; }

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public SceneRenderLayer RenderLayer { get; set; }

😔 No documentation found.

public ITagSet Tags { get; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public SceneSpotLight( SceneWorld world, Vector3 position, Color color )

😔 No documentation found.

public SceneSpotLight( SceneWorld world )

😔 No documentation found.

public Color ColorTint { get; set; }

😔 No documentation found.

public bool Batchable { get; set; }

😔 No documentation found.

public bool ClipPlaneEnabled

😔 No documentation found.

public BBox LocalBounds { get; set; }

😔 No documentation found.

public float FallOff { get; set; }

😔 No documentation found.

public Color LightColor { get; set; }

😔 No documentation found.

public float Radius { get; set; }

😔 No documentation found.

public float ConstantAttenuation { get; set; }

😔 No documentation found.

public float LinearAttenuation { get; set; }

😔 No documentation found.

public float QuadraticAttenuation { get; set; }

😔 No documentation found.

public int ShadowTextureResolution { get; set; }

😔 No documentation found.

public bool ShadowsEnabled { get; set; }

😔 No documentation found.

public Texture LightCookie { get; set; }

😔 No documentation found.

public SceneLight.LightShape Shape { get; set; }

😔 No documentation found.

public Vector2 ShapeSize { set; }

😔 No documentation found.

public SceneLight.FogLightingMode FogLighting { get; set; }

😔 No documentation found.

public float FogStrength { get; set; }

😔 No documentation found.

public RenderAttributes Attributes { get; }

😔 No documentation found.

public SceneWorld World { get; }

😔 No documentation found.

public void Delete( )

😔 No documentation found.

public Transform Transform { get; set; }

😔 No documentation found.

public Rotation Rotation { get; set; }

😔 No documentation found.

public Vector3 Position { get; set; }

😔 No documentation found.

public Plane ClipPlane

😔 No documentation found.

public BBox Bounds { get; set; }

😔 No documentation found.