Click or drag to resize

TransformValuesSetTransformToCachedValues Method

Sets a Transform to the cached values.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetTransformToCachedValues(
	Transform transformToSet
)

Parameters

transformToSet
Type: Transform
The Transform whose values will be set to those in this struct.
See Also