- Namespace
- Atavism
- Base Types
-
- ScriptableObject
- AtavismFunction
graph BT
Type-->Base0["AtavismFunction"]
click Base0 "/docs/client_api_10.2.0/api/Atavism/AtavismFunction"
Base0-->Base1["ScriptableObject"]
Type["ServerInstanceObjects"]
class Type type-node
Syntax
public class ServerInstanceObjects : AtavismFunction
Constructors
| Name | Summary |
|---|---|
| Server |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| breadCrumb |
Inherited from AtavismFunction
|
|
| functionCategory |
Inherited from AtavismFunction
|
|
| functionIcon |
Inherited from AtavismFunction
|
|
| functionName |
Inherited from AtavismFunction
|
|
| help |
Inherited from AtavismFunction
|
|
| result |
Inherited from AtavismFunction
|
|
| resultDuration |
Inherited from AtavismFunction
|
|
| resultTimeout |
Inherited from AtavismFunction
|
|
| showCancel |
Inherited from AtavismFunction
|
|
| showDelete |
Inherited from AtavismFunction
|
|
| showSave |
Inherited from AtavismFunction
|
Methods
| Name | Value | Summary |
|---|---|---|
| Activate |
void | |
| cancel |
void |
Inherited from AtavismFunction
|
| delete |
void |
Inherited from AtavismFunction
|
| Draw |
void | |
| DrawHelp |
float |
Inherited from AtavismFunction
|
| LoadSelectList |
void | |
| NewResult |
void | |
| save |
void |
Inherited from AtavismFunction
|