Property | Type | Description | |
---|---|---|---|
ALLOW_AUTOLINK | bool | ||
MAX_SQUARE_DISTANCE | float | ||
RECOGNIZE_WHEN_ENDED | bool |
Method | Description | |
---|---|---|
MultiTraceGRConfiguration ( ) : System | ||
MultiTraceGRConfiguration ( bool exclusive ) : System | ||
MultiTraceGRConfiguration ( bool exclusive, float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System | ||
MultiTraceGRConfiguration ( float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System |
public MultiTraceGRConfiguration ( ) : System | ||
return | System |
public MultiTraceGRConfiguration ( bool exclusive ) : System | ||
exclusive | bool | |
return | System |
public MultiTraceGRConfiguration ( bool exclusive, float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System | ||
exclusive | bool | |
maxSquareDistance | float | |
recognizeWhenEnded | bool | |
allowAutolink | bool | |
return | System |
public MultiTraceGRConfiguration ( float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System | ||
maxSquareDistance | float | |
recognizeWhenEnded | bool | |
allowAutolink | bool | |
return | System |