Table of Contents

Class PTargetProfile

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PTargetProfile : ScriptableObject
Inheritance
PTargetProfile

Constructors

PTargetProfile()

public PTargetProfile()

Fields

background

public PTargetDecal background

Field Value

PTargetDecal

bulletDecals

public PTargetDecal[] bulletDecals

Field Value

PTargetDecal[]

displayDetails

public string displayDetails

Field Value

string

displayIcon

public Sprite displayIcon

Field Value

Sprite

displayName

public string displayName

Field Value

string

gridSizeX

public int gridSizeX

Field Value

int

gridSizeY

public int gridSizeY

Field Value

int

healthMultiplier

public float healthMultiplier

Field Value

float

renderTextureAnisoLevel

public int renderTextureAnisoLevel

Field Value

int

renderTextureFilterMode

public FilterMode renderTextureFilterMode

Field Value

FilterMode

renderTextureResolutionX

public int renderTextureResolutionX

Field Value

int

renderTextureResolutionY

public int renderTextureResolutionY

Field Value

int

renderTextureUseMipmap

public bool renderTextureUseMipmap

Field Value

bool

scoreMap

public Texture2D scoreMap

Field Value

Texture2D

scores

public int[] scores

Field Value

int[]

targetHeight

public float targetHeight

Field Value

float

targetWidth

public float targetWidth

Field Value

float

tearDecals

public PTargetDecal[] tearDecals

Field Value

PTargetDecal[]

Properties

cellArea

public float cellArea { get; }

Property Value

float

cellHealth

public float cellHealth { get; }

Property Value

float

cellHeight

public float cellHeight { get; }

Property Value

float

cellWidth

public float cellWidth { get; }

Property Value

float