Class SmallPlatform
A Deployer which creates a platform at the specified point.
Inheritance
SmallPlatform
Assembly: ItemChanger.dll
public record SmallPlatform : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<SmallPlatform>
Constructors
View Source
Declaration
View Source
Declaration
protected SmallPlatform(SmallPlatform original)
Parameters
Properties
View Source
Declaration
protected override Type EqualityContract { get; }
Property Value
Overrides
Methods
View Source
Declaration
public override sealed bool Equals(Deployer? other)
Parameters
Returns
Overrides
View Source
Declaration
public virtual bool Equals(SmallPlatform? other)
Parameters
Returns
View Source
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
View Source
Declaration
public override GameObject Instantiate()
Returns
Overrides
View Source
PrintMembers(StringBuilder)
Declaration
protected override bool PrintMembers(StringBuilder builder)
Parameters
Returns
Overrides
View Source
Declaration
public override string ToString()
Returns
Overrides
Operators
View Source
Declaration
public static bool operator ==(SmallPlatform? left, SmallPlatform? right)
Parameters
Returns
View Source
Declaration
public static bool operator !=(SmallPlatform? left, SmallPlatform? right)
Parameters
Returns
Implements
Extension Methods