Свойство | Тип | Описание | |
---|---|---|---|
GameObject | System | ||
GameObject | System | ||
SetAspectProfile | bool | ||
TryGetExtension |
Метод | Описание | |
---|---|---|
AcquireExtension ( string name ) : |
Forcefully get a pointer to an extension (may instantiate if needed)
|
|
ActivateExtension ( string name ) : bool |
Turn an extension on
|
|
BindToNetwork ( BindToNetworkMode mode = BindToNetworkMode.Normal ) : bool | ||
DeactivateExtension ( string name ) : void |
Turn an extension off
|
|
EnablePhysicsEvent ( bool enable, EntityPhysicsEvents physicsEvent ) : void | ||
Get ( EntityId id ) : |
||
NotifyNetworkStateChange ( int aspect ) : void | ||
QueryExtension ( string name ) : |
Query extension. returns 0 if extension is not there.
|
|
ReleaseExtension ( string name ) : void |
Release a previously acquired extension
|
|
WantsPhysicsEvent ( EntityPhysicsEvents physicsEvent ) : bool |
Метод | Описание | |
---|---|---|
GameObject ( ) : System | ||
GameObject ( |
||
SetAspectProfile ( EntityAspects aspect, ushort profile, bool fromNetwork = false ) : bool | ||
TryGetExtension ( |
public AcquireExtension ( string name ) : |
||
name | string | |
Результат |
public ActivateExtension ( string name ) : bool | ||
name | string | |
Результат | bool |
public BindToNetwork ( BindToNetworkMode mode = BindToNetworkMode.Normal ) : bool | ||
mode | BindToNetworkMode | |
Результат | bool |
public DeactivateExtension ( string name ) : void | ||
name | string | |
Результат | void |
public EnablePhysicsEvent ( bool enable, EntityPhysicsEvents physicsEvent ) : void | ||
enable | bool | |
physicsEvent | EntityPhysicsEvents | |
Результат | void |
public static Get ( EntityId id ) : |
||
id | EntityId | |
Результат |
public NotifyNetworkStateChange ( int aspect ) : void | ||
aspect | int | |
Результат | void |
public QueryExtension ( string name ) : |
||
name | string | |
Результат |
public ReleaseExtension ( string name ) : void | ||
name | string | |
Результат | void |
public WantsPhysicsEvent ( EntityPhysicsEvents physicsEvent ) : bool | ||
physicsEvent | EntityPhysicsEvents | |
Результат | bool |