Class FilmMakerRole
Represents the base-game FilmMaker role.
Implements
IWrapper<PlayerRoles.PlayerRoleBase>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.API.Features.Roles
Assembly: Exiled.API.dll
Syntax
public class FilmMakerRole : Role, IWrapper<PlayerRoleBase>
Properties
| Improve this Doc View SourceBase
Gets the base PlayerRoles.Filmmaker.FilmmakerRole.
Declaration
public FilmmakerRole Base { get; }
Property Value
Type | Description |
---|---|
PlayerRoles.Filmmaker.FilmmakerRole |
CameraRotation
Gets or sets the filmmaker's camera rotation.
Declaration
public Quaternion CameraRotation { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Quaternion |
Type
Declaration
public override RoleTypeId Type { get; }
Property Value
Type | Description |
---|---|
PlayerRoles.RoleTypeId |