Show / Hide Table of Contents

Class MyObjectBuilder_AssetModifierDefinition.MyAssetTexture

Inheritance
System.Object
MyObjectBuilder_AssetModifierDefinition.MyAssetTexture
Namespace: VRage.Game
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
public string Filepath
Field Value
Type Description
System.String

Location

Declaration
public string Location
Field Value
Type Description
System.String

Type

Declaration
public MyTextureType Type
Field Value
Type Description
VRageRender.Messages.MyTextureType
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾