Class PhysicsCategoryNames
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Physics.Authoring
Syntax
[CreateAssetMenu(menuName = "DOTS/Physics/Physics Category Names", fileName = "Physics Category Names")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.physics@0.51/api/Unity.Physics.Authoring.PhysicsCategoryNames.html")]
public sealed class PhysicsCategoryNames : ScriptableObject, ITagNames
Properties
CategoryNames
Declaration
public IReadOnlyList<string> CategoryNames { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<String> |