Show / Hide Table of Contents

Class DecalPlacementSystem

Inheritance
System.Object
DecalPlacementSystem
Namespace: Content.Client.Decals
Assembly: Content.Client.dll
Syntax
public sealed class DecalPlacementSystem : EntitySystem

Methods

| Improve this Doc View Source

GetActiveDecal()

Declaration
public (DecalPrototype Decal, bool Snap, Angle Angle, Color Color) GetActiveDecal()
Returns
Type Description
System.ValueTuple<DecalPrototype, System.Boolean, Angle, Color>
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

SetActive(Boolean)

Declaration
public void SetActive(bool active)
Parameters
Type Name Description
System.Boolean active
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
| Improve this Doc View Source

UpdateDecalInfo(String, Color, Single, Boolean, Int32, Boolean)

Declaration
public void UpdateDecalInfo(string id, Color color, float rotation, bool snap, int zIndex, bool cleanable)
Parameters
Type Name Description
System.String id
Color color
System.Single rotation
System.Boolean snap
System.Int32 zIndex
System.Boolean cleanable
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾