Click or drag to resize

TransformValues Constructor (Transform)

Constructor that caches the values of a Transform without creating a GameObject.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TransformValues(
	Transform transformToCache
)

Parameters

transformToCache
Type: Transform
The Transform with values to cache
See Also