docs.unity.cn
    Show / Hide Table of Contents

    Class PhysicsMaterialTemplate

    Inheritance
    Object
    PhysicsMaterialTemplate
    Namespace: Unity.Physics.Authoring
    Syntax
    public sealed class PhysicsMaterialTemplate : ScriptableObject, IPhysicsMaterialProperties

    Properties

    BelongsTo

    Declaration
    public PhysicsCategoryTags BelongsTo { get; set; }
    Property Value
    Type Description
    PhysicsCategoryTags

    CollidesWith

    Declaration
    public PhysicsCategoryTags CollidesWith { get; set; }
    Property Value
    Type Description
    PhysicsCategoryTags

    CollisionResponse

    Declaration
    public CollisionResponsePolicy CollisionResponse { get; set; }
    Property Value
    Type Description
    CollisionResponsePolicy

    CustomTags

    Declaration
    public CustomPhysicsMaterialTags CustomTags { get; set; }
    Property Value
    Type Description
    CustomPhysicsMaterialTags

    Friction

    Declaration
    public PhysicsMaterialCoefficient Friction { get; set; }
    Property Value
    Type Description
    PhysicsMaterialCoefficient

    Restitution

    Declaration
    public PhysicsMaterialCoefficient Restitution { get; set; }
    Property Value
    Type Description
    PhysicsMaterialCoefficient
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use