class SceneCubemap

in global :: Sandbox

😔 No documentation found.


public Plane ClipPlane

😔 No documentation found.

public bool RenderingEnabled { get; set; }

😔 No documentation found.

public Color ColorTint { get; set; }

😔 No documentation found.

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 Batchable { 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 SceneCubemap( SceneWorld sceneWorld )

😔 No documentation found.

public SceneCubemap( SceneWorld sceneWorld, Texture texture, BBox bounds )

😔 No documentation found.

public BBox LocalBounds { get; set; }

😔 No documentation found.

public bool ClipPlaneEnabled

😔 No documentation found.

public BBox Bounds { get; set; }

😔 No documentation found.

public SceneCubemap.ProjectionMode Projection { get; set; }

😔 No documentation found.

public Color TintColor { get; set; }

😔 No documentation found.

public float Feathering { get; set; }

😔 No documentation found.

public BBox ProjectionBounds { get; set; }

😔 No documentation found.

public Texture Texture { get; set; }

😔 No documentation found.

public void RenderDirty( )

😔 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 Vector3 Position { get; set; }

😔 No documentation found.

public Rotation Rotation { get; set; }

😔 No documentation found.