'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the start time of the animation (in seconds after the beginning of the clip).")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property StartTime As System.Single
'Usage
Dim instance As NAnimation Dim value As System.Single instance.StartTime = value value = instance.StartTime
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Gets/Sets the start time of the animation (in seconds after the beginning of the clip).")] [System.ComponentModel.DefaultValue(0)] public System.float StartTime {get; set;}