Struct MatchTargetWeightMask
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
|
Improve this Doc
View Source
rotationWeight
Declaration
public float rotationWeight { get; set; }
Property Value
Extension Methods