Inheritance
System.Object
AssetBundleImageKey
public class AssetBundleImageKey : IEquatable<AssetBundleImageKey>
Constructors
Declaration
public AssetBundleImageKey(AssetBundle bundle, string name, float scale)
Parameters
| Type |
Name |
Description |
| AssetBundle |
bundle |
|
| System.String |
name |
|
| System.Single |
scale |
|
Fields
Declaration
public readonly AssetBundle bundle
Field Value
| Type |
Description |
| AssetBundle |
|
Declaration
public readonly string name
Field Value
| Type |
Description |
| System.String |
|
Declaration
public readonly float scale
Field Value
| Type |
Description |
| System.Single |
|
Methods
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(AssetBundleImageKey other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()
Operators
Declaration
public static bool operator ==(AssetBundleImageKey left, AssetBundleImageKey right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool operator !=(AssetBundleImageKey left, AssetBundleImageKey right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|