Summary
A job which scales values by the largest axis of object's scales.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Jobs - Interfaces
-
- I
Job Parallel For Transform
- I
- Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type-.->Interface0["IJobParallelForTransform"]
Type["ScaleValues1Job"]
class Type type-node
Syntax
[BurstCompile(FloatPrecision.Low, FloatMode.Fast)]
public struct ScaleValues1Job : ValueType, IJobParallelForTransform
Attributes
Type | Description |
---|---|
Burst |
Constructors
Name | Summary |
---|---|
ScaleValues1Job |
Creates a new FlexiMotion.Jobs.ScaleValues1Job . |
Fields
Name | Constant Value | Summary |
---|---|---|
values |
The values to scale.
|
Methods
Name | Value | Summary |
---|---|---|
Execute |
void |
Executes this job for the given `index`.
|
Extension Methods
Name | Value | Summary |
---|---|---|
LogTemp |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute ] warning so you remember
to remove any calls.
From FMUtilities
|
SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|