Class ComponentTransfer
- Namespace
- Gsk
- Assembly
- Gsk-4.0.dll
public sealed class ComponentTransfer : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<ComponentTransfer>, IDisposable
- Inheritance
-
ComponentTransfer
- Implements
- Inherited Members
Constructors
ComponentTransfer(ComponentTransferOwnedHandle)
public ComponentTransfer(ComponentTransferOwnedHandle handle)
Parameters
handleComponentTransferOwnedHandle
Properties
Handle
public ComponentTransferOwnedHandle Handle { get; }
Property Value
Methods
Copy()
[Version("4.20")]
public ComponentTransfer Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equal(nint, nint)
[Version("4.20")]
public static bool Equal(nint self, nint other)
Parameters
Returns
Equals(ComponentTransfer?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ComponentTransfer? other)
Parameters
otherComponentTransferAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Free()
[Version("4.20")]
public void Free()
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
NewDiscrete(Span<float>)
[Version("4.20")]
public static ComponentTransfer NewDiscrete(Span<float> values)
Parameters
Returns
NewGamma(float, float, float)
[Version("4.20")]
public static ComponentTransfer NewGamma(float amp, float exp, float ofs)
Parameters
Returns
NewIdentity()
[Version("4.20")]
public static ComponentTransfer NewIdentity()
Returns
NewLevels(float)
[Version("4.20")]
public static ComponentTransfer NewLevels(float n)
Parameters
nfloat
Returns
NewLinear(float, float)
[Version("4.20")]
public static ComponentTransfer NewLinear(float m, float b)
Parameters
Returns
NewTable(Span<float>)
[Version("4.20")]
public static ComponentTransfer NewTable(Span<float> values)