Class FilmMakerRole
Represents the base-game FilmMaker role.
public class FilmMakerRole : Role, IWrapper<PlayerRoleBase>
- Inheritance
-
FilmMakerRole
- Implements
-
IWrapper<PlayerRoleBase>
- Inherited Members
- Extension Methods
Properties
Base
Gets the base PlayerRoles.Filmmaker.FilmmakerRole.
public FilmmakerRole Base { get; }
Property Value
- FilmmakerRole
CameraRotation
Gets or sets the filmmaker's camera rotation.
public Quaternion CameraRotation { get; set; }
Property Value
- Quaternion
Type
Gets the PlayerRoles.RoleTypeId of this Player.
public override RoleTypeId Type { get; }
Property Value
- RoleTypeId