Class Shadow
- Namespace
- Gsk
- Assembly
- Gsk-4.0.dll
public sealed class Shadow
- Inheritance
-
Shadow
- Inherited Members
Constructors
Shadow()
public Shadow()
Shadow(ShadowOwnedHandle)
public Shadow(ShadowOwnedHandle handle)
Parameters
handle
ShadowOwnedHandle
Properties
Dx
public float Dx { get; set; }
Property Value
Dy
public float Dy { get; set; }
Property Value
Handle
public ShadowOwnedHandle Handle { get; }
Property Value
Radius
public float Radius { get; set; }
Property Value
Methods
Equals(Shadow?)
public bool Equals(Shadow? other)
Parameters
other
Shadow
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.