EntGrabSettings
Grab Settings
Adds player grab settings for picking up with VR hands / screen cursor - No grabbing, Is Grabbed
ID: EntGrabSettings
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Ignore Weight | Bool Variable | Will allow easy grabbing and ignore the physics bodies weight |
No Grabbing | Bool Variable | |
Is Grabbed | Bool Variable | - ReadOnly |
Events
Name | Description |
---|---|
Grabbed By(Entity otherEntity) | |
Released By(Entity otherEntity) |
Return Value Events
Name | Type | Description |
---|---|---|
Can Entity Grab(Entity otherEntity) | Bool | Set with a event if a Entity can grab |
Updated over 1 year ago