NRKernal.NRSessionConfig
Inherits ScriptableObject.
Public Member Functions | |
override bool | Equals (object other) |
override int | GetHashCode () |
void | CopyFrom (NRSessionConfig other) |
Detailed Description
A configuration used to track the world.
Member Function Documentation
◆ CopyFrom()
void NRKernal.NRSessionConfig.CopyFrom | ( | NRSessionConfig | other | ) |
ValueType copy from another SessionConfig object into this one.
- Parameters
-
other .
◆ Equals()
override bool NRKernal.NRSessionConfig.Equals | ( | object | other | ) |
ValueType check if two NRSessionConfig objects are equal.
- Parameters
-
other .
- Returns
- True if the two NRSessionConfig objects are value-type equal, otherwise false.
◆ GetHashCode()
override int NRKernal.NRSessionConfig.GetHashCode | ( | ) |
Return a hash code for this object.
- Returns
- A hash code for this object.