Class PrefabComponentIds
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
CapsuleCollider
public const string CapsuleCollider = "axolotl.capsule-collider"
Field Value
CircleCollider
public const string CircleCollider = "axolotl.circle-collider"
Field Value
DistanceJoint
public const string DistanceJoint = "axolotl.distance-joint"
Field Value
Light
public const string Light = "axolotl.light"
Field Value
ParticleEmitter
public const string ParticleEmitter = "axolotl.particle-emitter"
Field Value
PhysicsBody
public const string PhysicsBody = "axolotl.physics-body"
Field Value
PolygonCollider
public const string PolygonCollider = "axolotl.polygon-collider"
Field Value
RevoluteJoint
public const string RevoluteJoint = "axolotl.revolute-joint"
Field Value
SegmentCollider
public const string SegmentCollider = "axolotl.segment-collider"
Field Value
ShadowCaster
public const string ShadowCaster = "axolotl.shadow-caster"
Field Value
SpriteAnimator
public const string SpriteAnimator = "axolotl.sprite-animator"
Field Value
SpriteRenderer
public const string SpriteRenderer = "axolotl.sprite-renderer"
Field Value
UIButton
public const string UIButton = "axolotl.ui-button"
Field Value
UIClip
public const string UIClip = "axolotl.ui-clip"
Field Value
UILayout
public const string UILayout = "axolotl.ui-layout"
Field Value
UIProgressBar
public const string UIProgressBar = "axolotl.ui-progress-bar"
Field Value
UIScrollView
public const string UIScrollView = "axolotl.ui-scroll-view"
Field Value
UISlider
public const string UISlider = "axolotl.ui-slider"
Field Value
UIText
public const string UIText = "axolotl.ui-text"
Field Value
UIToggle
public const string UIToggle = "axolotl.ui-toggle"
Field Value
UITransform
public const string UITransform = "axolotl.ui-transform"
Field Value
UIVisual
public const string UIVisual = "axolotl.ui-visual"