Struct ClipSpec
Assembly: Glitch9.AIDevKit.dll
Syntax
public readonly struct ClipSpec
Constructors
|
Edit this page
View Source
ClipSpec(int, int)
Declaration
public ClipSpec(int startSec, int endSec = 0)
Parameters
| Type |
Name |
Description |
| int |
startSec |
|
| int |
endSec |
|
Fields
|
Edit this page
View Source
EndSec
Declaration
public readonly int EndSec
Field Value
|
Edit this page
View Source
StartSec
Declaration
public readonly int StartSec
Field Value
Properties
|
Edit this page
View Source
HasClip
Declaration
public bool HasClip { get; }
Property Value
Extension Methods