Sandbox.Game
MyDecals
Assembly: Sandbox.Game.dll
public class MyDecals: IMyDecalHandler
Methods
| Member | Description |
|---|---|
| static AddDecal(ref MyDecalRenderInfo, List |
Add decal raw |
| static HandleAddDecal(IMyEntity, MyHitInfo, Vector3, MyStringHash, MyStringHash, object, float, MyStringHash, bool, MyDecalFlags, int, List |
Adds decal |
| static RemoveDecal(uint, bool) | Removes decals with specified Id |
| static UpdateDecals(List |
Updates decals position and matrix by id |
| AddDecal(ref MyDecalRenderInfo, List |
Adds decal Inherited from IMyDecalHandler |
Implements: