Show / Hide Table of Contents

Struct MatchTargetWeightMask

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct MatchTargetWeightMask

Constructors

| Improve this Doc View Source

MatchTargetWeightMask(Vector3, Single)

Declaration
public MatchTargetWeightMask(Vector3 positionXYZWeight, float rotationWeight)
Parameters
Type Name Description
Vector3 positionXYZWeight
Single rotationWeight

Properties

| Improve this Doc View Source

positionXYZWeight

Declaration
public Vector3 positionXYZWeight { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

rotationWeight

Declaration
public float rotationWeight { get; set; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX