Search Results for

    Show / Hide Table of Contents

    Class FilmMakerRole

    Represents the base-game FilmMaker role.

    Inheritance
    System.Object
    TypeCastObject<Role>
    Role
    FilmMakerRole
    Implements
    IWrapper<PlayerRoles.PlayerRoleBase>
    Inherited Members
    Role.Owner
    Role.SpawnReason
    Role.SpawnFlags
    Role.Team
    Role.Side
    Role.Color
    Role.Name
    Role.ActiveTime
    Role.IsDead
    Role.IsAlive
    Role.IsValid
    Role.RandomSpawnLocation
    Role.Equals(Object)
    Role.ToString()
    Role.GetHashCode()
    Role.Set(RoleTypeId, SpawnReason)
    Role.Set(RoleTypeId, RoleSpawnFlags)
    Role.Set(RoleTypeId, SpawnReason, RoleSpawnFlags)
    TypeCastObject<Role>.Cast<TObject>()
    TypeCastObject<Role>.Cast<TObject>(TObject)
    TypeCastObject<Role>.As<TObject>()
    TypeCastObject<Role>.Is<TObject>(TObject)
    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 Source

    Base

    Gets the base PlayerRoles.Filmmaker.FilmmakerRole.

    Declaration
    public FilmmakerRole Base { get; }
    Property Value
    Type Description
    PlayerRoles.Filmmaker.FilmmakerRole
    | Improve this Doc View Source

    CameraRotation

    Gets or sets the filmmaker's camera rotation.

    Declaration
    public Quaternion CameraRotation { get; set; }
    Property Value
    Type Description
    UnityEngine.Quaternion
    | Improve this Doc View Source

    Type

    Declaration
    public override RoleTypeId Type { get; }
    Property Value
    Type Description
    PlayerRoles.RoleTypeId
    Overrides
    Role.Type

    Implements

    IWrapper<T>

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX