Show / Hide Table of Contents

Interface IMyDecalHandler

Namespace: VRage.Game.ModAPI.Interfaces
Assembly: VRage.Game.dll
Syntax
public interface IMyDecalHandler

Methods

AddDecal(ref MyDecalRenderInfo, List<UInt32>)

Adds decal

Declaration
void AddDecal(ref MyDecalRenderInfo renderInfo, List<uint> ids = null)
Parameters
Type Name Description
VRageRender.MyDecalRenderInfo renderInfo

Information about decal

System.Collections.Generic.List<System.UInt32> ids

If not null, generated decal ids would be added to that list

☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾