class
ParameterAccessor
public sealed class ParameterAccessor Properties
| Name | Type | Description |
|---|---|---|
Graph | AnimationGraph |
Methods
Void Clear() Void Reset(String name) Void Clear(String name) Boolean Contains(String name) Boolean GetBool(String v) Int32 GetInt(String v) Single GetFloat(String v) Vector3 GetVector(String v) Rotation GetRotation(String v) Void Set(String v, Vector3 value) Void Set(String v, Int32 value) Void Set(String v, Single value) Void Set(String v, Boolean value) Void Set(String v, Rotation value) Assembly:
Sandbox.Engine Declaring Type: SkinnedModelRenderer Full Name: Sandbox.SkinnedModelRenderer.ParameterAccessor