Свойство | Тип | Описание | |
---|---|---|---|
BaseNetworkBehavior | System.Collections.Generic | ||
ISerializationCallbackReceiver | void | ||
RestoreState | void | ||
SaveState | void |
Метод | Описание | |
---|---|---|
Awake ( ) : void |
This awake base method calls RestoreState() by default. If you override this method, it is *critically* important that this be the first call made in your Awake method. If it is not, then your component may not be deserialized when you go to access values.
|
|
OnValidate ( ) : void |
This base method ensures that the object is fully deserialized before running actual validation code.
|
Метод | Описание | |
---|---|---|
BaseNetworkBehavior ( ) : System.Collections.Generic | ||
ISerializationCallbackReceiver ( ) : void | ||
RestoreState ( ) : void | ||
SaveState ( ) : void |