-
Notifications
You must be signed in to change notification settings - Fork 0
Rid
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.Rid |
| Namespace | Electron2D |
| Kind | struct |
| Category | Core |
Represents the rid value type.
public struct Electron2D.Rid : System.IComparable<Electron2D.Rid>, System.IEquatable<Electron2D.Rid>Profile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: RID
Opaque resource identifier baseline with invalid ID 0, equality, hashing and ordering.
This type is part of the Electron2D 0.1.0 Preview public API.
Instances of this type are not synchronized. Access them from the thread that owns the object unless the member documentation states otherwise.
This API is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
CompareTo(Electron2D.Rid) |
Method | Executes the compare to operation. |
Equals(Electron2D.Rid) |
Method | Executes the equals operation. |
Equals(System.Object) |
Method | Executes the equals operation. |
GetHashCode() |
Method | Gets the hash code value. |
GetId() |
Method | Gets the id value. |
IsValid() |
Method | Checks whether valid is true. |
ToString() |
Method | Executes the to string operation. |
op_Equality(Electron2D.Rid, Electron2D.Rid) |
Method | Applies the == operator. |
op_GreaterThan(Electron2D.Rid, Electron2D.Rid) |
Method | Applies the > operator. |
op_GreaterThanOrEqual(Electron2D.Rid, Electron2D.Rid) |
Method | Applies the >= operator. |
op_Inequality(Electron2D.Rid, Electron2D.Rid) |
Method | Applies the != operator. |
op_LessThan(Electron2D.Rid, Electron2D.Rid) |
Method | Applies the < operator. |
op_LessThanOrEqual(Electron2D.Rid, Electron2D.Rid) |
Method | Applies the <= operator. |
Kind: Method
public System.Int32 CompareTo(Electron2D.Rid)(Electron2D.Rid other)Executes the compare to operation.
This method follows the validation and lifetime rules of its declaring type.
-
other: The other value.
The result of the operation.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public System.Boolean Equals(Electron2D.Rid)(Electron2D.Rid other)Executes the equals operation.
This method follows the validation and lifetime rules of its declaring type.
-
other: The other value.
The result of the operation.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public System.Boolean Equals(System.Object)(System.Object obj)Executes the equals operation.
This method follows the validation and lifetime rules of its declaring type.
-
obj: The obj value.
The result of the operation.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public System.Int32 GetHashCode()()Gets the hash code value.
This method follows the validation and lifetime rules of its declaring type.
The current hash code value.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public System.Int64 GetId()()Gets the id value.
This method follows the validation and lifetime rules of its declaring type.
The current id value.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public System.Boolean IsValid()()Checks whether valid is true.
This method follows the validation and lifetime rules of its declaring type.
true when the condition is met; otherwise, false.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public System.String ToString()()Executes the to string operation.
This method follows the validation and lifetime rules of its declaring type.
The result of the operation.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public static System.Boolean op_Equality(Electron2D.Rid, Electron2D.Rid)(Electron2D.Rid left, Electron2D.Rid right)Applies the == operator.
This operator returns a value derived from the supplied operands.
-
left: The left value. -
right: The right value.
The result of the operator.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public static System.Boolean op_GreaterThan(Electron2D.Rid, Electron2D.Rid)(Electron2D.Rid left, Electron2D.Rid right)Applies the > operator.
This operator returns a value derived from the supplied operands.
-
left: The left value. -
right: The right value.
The result of the operator.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public static System.Boolean op_GreaterThanOrEqual(Electron2D.Rid, Electron2D.Rid)(Electron2D.Rid left, Electron2D.Rid right)Applies the >= operator.
This operator returns a value derived from the supplied operands.
-
left: The left value. -
right: The right value.
The result of the operator.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public static System.Boolean op_Inequality(Electron2D.Rid, Electron2D.Rid)(Electron2D.Rid left, Electron2D.Rid right)Applies the != operator.
This operator returns a value derived from the supplied operands.
-
left: The left value. -
right: The right value.
The result of the operator.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public static System.Boolean op_LessThan(Electron2D.Rid, Electron2D.Rid)(Electron2D.Rid left, Electron2D.Rid right)Applies the < operator.
This operator returns a value derived from the supplied operands.
-
left: The left value. -
right: The right value.
The result of the operator.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Kind: Method
public static System.Boolean op_LessThanOrEqual(Electron2D.Rid, Electron2D.Rid)(Electron2D.Rid left, Electron2D.Rid right)Applies the <= operator.
This operator returns a value derived from the supplied operands.
-
left: The left value. -
right: The right value.
The result of the operator.
This member is not synchronized. Call it from the thread that owns the related object unless the declaring type states otherwise.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Rid
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.