enum
Godot::WebRTCPeerConnection::GatheringState
Defined in:
libgodot/generated/classes/classes_part6.crEnum Members
-
GatheringStateNew =
0_i64 -
GatheringStateGathering =
1_i64 -
GatheringStateComplete =
2_i64
Instance Method Summary
-
#gathering_state_complete?
Returns
trueif this enum value equalsGatheringStateComplete -
#gathering_state_gathering?
Returns
trueif this enum value equalsGatheringStateGathering -
#gathering_state_new?
Returns
trueif this enum value equalsGatheringStateNew