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