C# Class SemanticObject, ThreeDWorld

Representation for a collection of rigidbodies that together represent a single semantic idea of an object. The simple version of this is just a single rigidbody and it's children colliders. The more complex version includes several other SemanticObject's that are wholly contained as part of this SemanticObject.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dicarlolab/ThreeDWorld Class Usage Examples

Méthodes publiques

Свойство Type Description
identifier string
isStatic bool

Protected Properties

Свойство Type Description
parentObjects List

Méthodes publiques

Méthode Description
GetActiveCollisions ( ) : List
GetParentObjects ( ) : List
IsChildObjectOf ( SemanticObject, other ) : bool

Méthodes protégées

Méthode Description
Awake ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

GetActiveCollisions() public abstract méthode

public abstract GetActiveCollisions ( ) : List
Résultat List

GetParentObjects() public méthode

public GetParentObjects ( ) : List
Résultat List

IsChildObjectOf() public méthode

public IsChildObjectOf ( SemanticObject, other ) : bool
other SemanticObject,
Résultat bool

Property Details

identifier public_oe property

public string identifier
Résultat string

isStatic public_oe property

public bool isStatic
Résultat bool

parentObjects protected_oe property

protected List parentObjects
Résultat List