PhysicsGroupEquality Operator |
Whether the two collision group identifiers represent the same collision group.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static bool operator ==(
PhysicsGroup group1,
PhysicsGroup group2
)
Parameters
- group1 PhysicsGroup
- The first collision group.
- group2 PhysicsGroup
- The second collision group.
Return Value
BooleanTrue if the two collision group identifiers represent the same collision group, false otherwise.
See Also