Result#
- class omni.kit.raycast.query.Result#
Bases:
pybind11_objectResult stat code for raycast query.
Members:
SUCCESS : The operation was successful
INVALID_PARAMETER : The parameter provided is invalid
PARAMETER_IS_NULL : The parameter is a null value
RAYCAST_SEQUENCE_DOES_NOT_EXIST : The raycast sequence does not exist
RAYCAST_QUERY_MANAGER_DOES_NOT_EXIT : The raycast query manager does not exist
RAYCAST_SEQUENCE_ADDITION_FAILED : The addition of the raycast sequence failed
Methods
__init__(self, value)Attributes
INVALID_PARAMETERPARAMETER_IS_NULLRAYCAST_QUERY_MANAGER_DOES_NOT_EXITRAYCAST_SEQUENCE_ADDITION_FAILEDRAYCAST_SEQUENCE_DOES_NOT_EXISTSUCCESSvalue- __init__(
- self: omni.kit.raycast.query._omni_kit_raycast_query.Result,
- value: int,
- property name#