XPlot


Lighting

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Lighting

CompiledName: .ctor

Instance members

Instance memberDescription
x.ambient()
Signature: unit -> float

CompiledName: set_ambient

x.ambient()
Signature: unit -> unit

CompiledName: get_ambient

x.diffuse()
Signature: unit -> float

CompiledName: set_diffuse

x.diffuse()
Signature: unit -> unit

CompiledName: get_diffuse

x.fresnel()
Signature: unit -> float

CompiledName: set_fresnel

x.fresnel()
Signature: unit -> unit

CompiledName: get_fresnel

x.roughness()
Signature: unit -> float

CompiledName: set_roughness

x.roughness()
Signature: unit -> unit

CompiledName: get_roughness

x.ShouldSerializeambient()
Signature: unit -> bool
x.ShouldSerializediffuse()
Signature: unit -> bool
x.ShouldSerializefresnel()
Signature: unit -> bool
x.ShouldSerializeroughness()
Signature: unit -> bool
x.ShouldSerializespecular()
Signature: unit -> bool
x.specular()
Signature: unit -> float

CompiledName: set_specular

x.specular()
Signature: unit -> unit

CompiledName: get_specular

Fork me on GitHub