Show / Hide Table of Contents

Class BillboardAsset

Inheritance
Object
Object
BillboardAsset
Inherited Members
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class BillboardAsset : Object

Constructors

| Improve this Doc View Source

BillboardAsset()

Declaration
public BillboardAsset()

Properties

bottom

Declaration
public float bottom { get; set; }
Property Value
Type Description
Single

height

Declaration
public float height { get; set; }
Property Value
Type Description
Single

imageCount

Declaration
public int imageCount { get; }
Property Value
Type Description
Int32

indexCount

Declaration
public int indexCount { get; }
Property Value
Type Description
Int32

material

Declaration
public Material material { get; set; }
Property Value
Type Description
Material

vertexCount

Declaration
public int vertexCount { get; }
Property Value
Type Description
Int32

width

Declaration
public float width { get; set; }
Property Value
Type Description
Single

Methods

GetImageTexCoords()

Declaration
public Vector4[] GetImageTexCoords()
Returns
Type Description
Vector4[]
| Improve this Doc View Source

GetImageTexCoords(List<Vector4>)

Declaration
public void GetImageTexCoords(List<Vector4> imageTexCoords)
Parameters
Type Name Description
List<Vector4> imageTexCoords

GetIndices()

Declaration
public ushort[] GetIndices()
Returns
Type Description
UInt16[]
| Improve this Doc View Source

GetIndices(List<UInt16>)

Declaration
public void GetIndices(List<ushort> indices)
Parameters
Type Name Description
List<UInt16> indices

GetVertices()

Declaration
public Vector2[] GetVertices()
Returns
Type Description
Vector2[]
| Improve this Doc View Source

GetVertices(List<Vector2>)

Declaration
public void GetVertices(List<Vector2> vertices)
Parameters
Type Name Description
List<Vector2> vertices
| Improve this Doc View Source

SetImageTexCoords(List<Vector4>)

Declaration
public void SetImageTexCoords(List<Vector4> imageTexCoords)
Parameters
Type Name Description
List<Vector4> imageTexCoords

SetImageTexCoords(Vector4[])

Declaration
public void SetImageTexCoords(Vector4[] imageTexCoords)
Parameters
Type Name Description
Vector4[] imageTexCoords
| Improve this Doc View Source

SetIndices(List<UInt16>)

Declaration
public void SetIndices(List<ushort> indices)
Parameters
Type Name Description
List<UInt16> indices

SetIndices(UInt16[])

Declaration
public void SetIndices(ushort[] indices)
Parameters
Type Name Description
UInt16[] indices
| Improve this Doc View Source

SetVertices(List<Vector2>)

Declaration
public void SetVertices(List<Vector2> vertices)
Parameters
Type Name Description
List<Vector2> vertices

SetVertices(Vector2[])

Declaration
public void SetVertices(Vector2[] vertices)
Parameters
Type Name Description
Vector2[] vertices

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX