SpotLightTextureParameters Struct
Namespace: Stride.Rendering.Lights
Assembly: Stride.Rendering.dll
public struct SpotLightTextureParameters
|
Improve this Doc
View Source
Fields
Default
public static SpotLightTextureParameters Default
Field Value
FlipMode
public LightSpot.FlipModeEnum FlipMode
Field Value
ProjectionTexture
public Texture ProjectionTexture
Field Value
UVOffset
Field Value
UVScale
Field Value
|
Improve this Doc
View Source
Methods
Equals(SpotLightTextureParameters)
public bool Equals(SpotLightTextureParameters other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(ref SpotLightTextureParameters)
public bool Equals(ref SpotLightTextureParameters other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods