Class MyObjectBuilder_AssetModifierDefinition.MyAssetTexture
Inheritance
System.Object
MyObjectBuilder_AssetModifierDefinition.MyAssetTexture
Assembly: VRage.Game.dll
Syntax
public sealed class MyAssetTexture : ValueType
Constructors
MyAssetTexture(String, MyTextureType, String)
Declaration
public MyAssetTexture(string location, MyTextureType type, string filepath)
Parameters
Type |
Name |
Description |
System.String |
location |
|
VRageRender.Messages.MyTextureType |
type |
|
System.String |
filepath |
|
Fields
Filepath
Declaration
Field Value
Type |
Description |
System.String |
|
Location
Declaration
Field Value
Type |
Description |
System.String |
|
Type
Declaration
public MyTextureType Type
Field Value
Type |
Description |
VRageRender.Messages.MyTextureType |
|