Show / Hide Table of Contents

Struct PropertyStreamHandle

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 PropertyStreamHandle

Methods

| Improve this Doc View Source

GetBool(AnimationStream)

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

GetFloat(AnimationStream)

Declaration
public float GetFloat(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Single
| Improve this Doc View Source

GetInt(AnimationStream)

Declaration
public int GetInt(AnimationStream stream)
Parameters
Type Name Description
AnimationStream stream
Returns
Type Description
Int32
| 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

SetBool(AnimationStream, Boolean)

Declaration
public void SetBool(AnimationStream stream, bool value)
Parameters
Type Name Description
AnimationStream stream
Boolean value
| Improve this Doc View Source

SetFloat(AnimationStream, Single)

Declaration
public void SetFloat(AnimationStream stream, float value)
Parameters
Type Name Description
AnimationStream stream
Single value
| Improve this Doc View Source

SetInt(AnimationStream, Int32)

Declaration
public void SetInt(AnimationStream stream, int value)
Parameters
Type Name Description
AnimationStream stream
Int32 value

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