Rc |
public struct RcVec2i : IEquatable<RcVec2i>
The RcVec2i type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
| Equals(RcVec2i) | ||
| GetHashCode | (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | (Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Addition(RcVec2i, RcVec2i) | ||
| Equality(RcVec2i, RcVec2i) | ||
| Inequality(RcVec2i, RcVec2i) | ||
| Multiply(RcVec2i, Int32) | ||
| Subtraction(RcVec2i, RcVec2i) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |