Click or drag to resize

ILinkRenderersourceTransform Property

Base position/direction of the connection point at the beginning of the link. The source joint models will be aligned against this transform.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
Transform sourceTransform { get; }
Request Example View Source

Property Value

Type: Transform
The source game object's transform.
Remarks
The value is undefined if the renderer is not started.
See Also