csharp
public enum RuleAudienceWhich clients may do a thing. The server always may — it is the authority.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
ServerOnlyNo client. The server decides, and a client that asks is refused.
OwnerThe client that owns the object, and nobody else.
EveryoneAny client in the session.
Used by (11)
- NetworkAnimatorApplySystemVixen.Net.Animation
- NetworkAnimatorCaptureSystemVixen.Net.Animation
- NetworkAudioApplySystemVixen.Net.Audio
- NetworkAudioCaptureSystemVixen.Net.Audio
- NetworkBonesApplySystemVixen.Net.Animation
- NetworkBonesCaptureSystemVixen.Net.Animation
- NetworkRigidBodyCaptureSystemVixen.Net.Physics
- NetworkRigidBodyCorrectionSystemVixen.Net.Physics
- NetworkRulesVixen.Net
- NetworkRulesRegistryVixen.Net
- NetworkRulesTestsVixen.Net.Tests