Vixen
02b45cc4
csharp
public enum RuleAudience

Which 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)

  • ServerOnly

    No client. The server decides, and a client that asks is refused.

  • Owner

    The client that owns the object, and nobody else.

  • Everyone

    Any 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