Summary
A job which adds an
FlexiMotion.Jobs.Float3OffsetJob.offset to FlexiMotion.Jobs.Float3OffsetJob.values.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Jobs - Interfaces
-
- IJobParallelFor
- Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type-.->Interface0["IJobParallelFor"]
Type["Float3OffsetJob"]
class Type type-node
Syntax
[BurstCompile(FloatPrecision.Low, FloatMode.Fast)]
public struct Float3OffsetJob : ValueType, IJobParallelFor
Attributes
| Type | Description |
|---|---|
| Burst |
Constructors
| Name | Summary |
|---|---|
| Float3OffsetJob |
Creates a new FlexiMotion.Jobs.Float3OffsetJob. |
Fields
Methods
| Name | Value | Summary |
|---|---|---|
| Execute |
void |
Executes this job for the given `index`.
|
| Schedule |
JobHandle |
Schedules this job.
|
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
|