Show / Hide Table of Contents

Struct TransformStreamHandle

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.Animations
Assembly: UnityEngine.dll
Syntax
public struct TransformStreamHandle

Methods

| Improve this Doc View Source

GetLocalPosition(AnimationStream)

Declaration
public Vector3 GetLocalPosition(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Vector3
| Improve this Doc View Source

GetLocalRotation(AnimationStream)

Declaration
public Quaternion GetLocalRotation(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Quaternion
| Improve this Doc View Source

GetLocalScale(AnimationStream)

Declaration
public Vector3 GetLocalScale(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Vector3
| Improve this Doc View Source

GetPosition(AnimationStream)

Declaration
public Vector3 GetPosition(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Vector3
| Improve this Doc View Source

GetRotation(AnimationStream)

Declaration
public Quaternion GetRotation(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Quaternion
| Improve this Doc View Source

IsResolved(AnimationStream)

Declaration
public bool IsResolved(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Boolean
| Improve this Doc View Source

IsValid(AnimationStream)

Declaration
public bool IsValid(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Boolean
| Improve this Doc View Source

Resolve(AnimationStream)

Declaration
public void Resolve(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
| Improve this Doc View Source

SetLocalPosition(AnimationStream, Vector3)

Declaration
public void SetLocalPosition(AnimationStream stream, Vector3 position)
Parameters
Type Name Description
AnimationStream stream
Vector3 position
| Improve this Doc View Source

SetLocalRotation(AnimationStream, Quaternion)

Declaration
public void SetLocalRotation(AnimationStream stream, Quaternion rotation)
Parameters
Type Name Description
AnimationStream stream
Quaternion rotation
| Improve this Doc View Source

SetLocalScale(AnimationStream, Vector3)

Declaration
public void SetLocalScale(AnimationStream stream, Vector3 scale)
Parameters
Type Name Description
AnimationStream stream
Vector3 scale
| Improve this Doc View Source

SetPosition(AnimationStream, Vector3)

Declaration
public void SetPosition(AnimationStream stream, Vector3 position)
Parameters
Type Name Description
AnimationStream stream
Vector3 position
| Improve this Doc View Source

SetRotation(AnimationStream, Quaternion)

Declaration
public void SetRotation(AnimationStream stream, Quaternion rotation)
Parameters
Type Name Description
AnimationStream stream
Quaternion rotation

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX