Class CustomPhysicsBodyTagNames
Custom Physics Body Tag Names.
A scriptable object used for assigning names to Custom
Inherited Members
Namespace: Unity.Physics.Authoring
Assembly: Unity.Physics.Hybrid.dll
Syntax
[CreateAssetMenu(menuName = "Unity Physics/Custom Physics Body Tag Names", fileName = "Custom Physics Body Tag Names", order = 505)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.physics@latest/index.html?subfolder=/api/Unity.Physics.Authoring.CustomPhysicsBodyTagNames.html")]
public sealed class CustomPhysicsBodyTagNames : ScriptableObject
Properties
TagNames
The names corresponding to the eight tags in a Custom
Declaration
public IReadOnlyList<string> TagNames { get; }
Property Value
Type | Description |
---|---|
IRead |