Table of Contents

Class PrefabComponentIds

Namespace
Axolotl2D.Prefabs
Assembly
Axolotl2D.dll

Stable IDs understood by the built-in prefab component loaders.

public static class PrefabComponentIds
Inheritance
PrefabComponentIds
Inherited Members

Fields

BoxCollider

public const string BoxCollider = "axolotl.box-collider"

Field Value

string

CapsuleCollider

public const string CapsuleCollider = "axolotl.capsule-collider"

Field Value

string

CircleCollider

public const string CircleCollider = "axolotl.circle-collider"

Field Value

string

DistanceJoint

public const string DistanceJoint = "axolotl.distance-joint"

Field Value

string

Light

public const string Light = "axolotl.light"

Field Value

string

ParticleEmitter

public const string ParticleEmitter = "axolotl.particle-emitter"

Field Value

string

PhysicsBody

public const string PhysicsBody = "axolotl.physics-body"

Field Value

string

PolygonCollider

public const string PolygonCollider = "axolotl.polygon-collider"

Field Value

string

RevoluteJoint

public const string RevoluteJoint = "axolotl.revolute-joint"

Field Value

string

SegmentCollider

public const string SegmentCollider = "axolotl.segment-collider"

Field Value

string

ShadowCaster

public const string ShadowCaster = "axolotl.shadow-caster"

Field Value

string

SpriteAnimator

public const string SpriteAnimator = "axolotl.sprite-animator"

Field Value

string

SpriteRenderer

public const string SpriteRenderer = "axolotl.sprite-renderer"

Field Value

string

UIButton

public const string UIButton = "axolotl.ui-button"

Field Value

string

UIClip

public const string UIClip = "axolotl.ui-clip"

Field Value

string

UILayout

public const string UILayout = "axolotl.ui-layout"

Field Value

string

UIProgressBar

public const string UIProgressBar = "axolotl.ui-progress-bar"

Field Value

string

UIScrollView

public const string UIScrollView = "axolotl.ui-scroll-view"

Field Value

string

UISlider

public const string UISlider = "axolotl.ui-slider"

Field Value

string

UIText

public const string UIText = "axolotl.ui-text"

Field Value

string

UIToggle

public const string UIToggle = "axolotl.ui-toggle"

Field Value

string

UITransform

public const string UITransform = "axolotl.ui-transform"

Field Value

string

UIVisual

public const string UIVisual = "axolotl.ui-visual"

Field Value

string