Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( string name, |
||
BSActorCollection ( |
||
Clear ( ) : void | ||
Dispose ( ) : void | ||
Enable ( bool enabl ) : void | ||
ForEachActor ( Action |
||
HasActor ( string name ) : bool | ||
Refresh ( ) : void | ||
Release ( ) : void | ||
RemoveAndRelease ( string name ) : bool | ||
RemoveBodyDependencies ( ) : void | ||
TryGetActor ( string actorName, |
public Add ( string name, |
||
name | string | |
actor | ||
return | void |
public BSActorCollection ( |
||
physicsScene | ||
return | System |
public RemoveAndRelease ( string name ) : bool | ||
name | string | |
return | bool |
public TryGetActor ( string actorName, |
||
actorName | string | |
theActor | ||
return | bool |