Class Pose
Inherited Members
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public class Pose : Variable
  Constructors
Pose(String, Scope, StoreType)
Constructor for a variable of Pose type
Declaration
[JsonConstructor]
public Pose(string name, Scope scope = Scope.Local, StoreType storeType = StoreType.NonPersistent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | Pose name  | 
      
| Scope | scope | Scope type  | 
      
| StoreType | storeType | 
Properties
InitValue
Get init value (string)
Declaration
public override string InitValue { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |