Summary
    The internal implementation of 
		Animancer.AnimancerState.Time which directly gets and sets the underlying value.
    - Assembly
 - Animancer
.dll  - Namespace
 - Animancer
 - Containing Type
 - AnimancerState
 
Syntax
public virtual double RawTime { get; set; }
	Remarks
    This property should generally not be accessed directly.
    
    Setting this value will skip Events and Root Motion between the old and new time.
    Use 
	Animancer.AnimancerState.MoveTime(System.Single,System.Boolean) instead if you don't want that behaviour.
    Value
| Type | Description | 
|---|---|
| double |