Class UserExtensions
- Namespace
- RisingV.Core.Extensions
- Assembly
- RisingV.Core.dll
Provides extension methods for the User class to access player aspects.
public static class UserExtensions
- Inheritance
-
UserExtensions
- Inherited Members
Methods
Aspect(User)
Gets the PlayerAspect for the given User.
public static PlayerAspect Aspect(this User user)
Parameters
user
UserThe User instance to get the PlayerAspect for.
Returns
- PlayerAspect
The PlayerAspect associated with the User's LocalCharacter.