Chunks
Moddable voxel sandbox for room-scale VR.
|
Represents the name of a resource. More...
Public Member Functions | |
override bool | Equals (object obj) |
Tests for equality between a resource name and another object. More... | |
bool | Equals (ResourceName other) |
Tests for equality between this resource name and another. More... | |
override int | GetHashCode () |
Returns the hash code for this instance. More... | |
override string | ToString () |
Returns the resource name as a string. More... | |
Static Public Member Functions | |
static implicit | operator ResourceName (string name) |
Converts a string to a resource name. More... | |
static implicit | operator string (ResourceName name) |
Converts a resource name to a string. More... | |
Public Attributes | |
readonly string | Name |
Resource name. More... | |
Represents the name of a resource.
override bool Chunks.Plugins.ResourceName.Equals | ( | object | obj | ) |
Tests for equality between a resource name and another object.
obj | Object to test for equality with. |
bool Chunks.Plugins.ResourceName.Equals | ( | ResourceName | other | ) |
Tests for equality between this resource name and another.
other | Resource name to test for equality with. |
override int Chunks.Plugins.ResourceName.GetHashCode | ( | ) |
Returns the hash code for this instance.
<filterpriority>2</filterpriority>
|
static |
Converts a string to a resource name.
name | String to convert. |
|
static |
Converts a resource name to a string.
name | String to convert. |
override string Chunks.Plugins.ResourceName.ToString | ( | ) |
Returns the resource name as a string.
readonly string Chunks.Plugins.ResourceName.Name |
Resource name.