Class CubemapArrayExtensions
Inheritance
System.Object
CubemapArrayExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class CubemapArrayExtensions
Methods
|
Improve this Doc
View Source
CheckAssetIntegrity(ICubemapArray)
Declaration
public static bool CheckAssetIntegrity(this ICubemapArray texture)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_188.ICubemapArray |
texture |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetCompleteImageSize(ICubemapArray)
Declaration
public static int GetCompleteImageSize(this ICubemapArray texture)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_188.ICubemapArray |
texture |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetDepth(ICubemapArray)
Declaration
public static int GetDepth(this ICubemapArray texture)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_188.ICubemapArray |
texture |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetHeight(ICubemapArray)
Declaration
public static int GetHeight(this ICubemapArray texture)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_188.ICubemapArray |
texture |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetImageData(ICubemapArray)
Declaration
public static byte[] GetImageData(this ICubemapArray texture)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_188.ICubemapArray |
texture |
|
Returns
Type |
Description |
System.Byte[] |
|