Show / Hide Table of Contents

Class CharacterModelVersionBoundingBox

モデルの衝突判定に使用するバウンディングボックス

Inheritance
Object
CharacterModelVersionBoundingBox
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class CharacterModelVersionBoundingBox

Fields

max

バウンディングボックスの最大値

Declaration
public Vector max
Field Value
Type Description
Vector

min

バウンディングボックスの最小値

Declaration
public Vector min
Field Value
Type Description
Vector

size

バウンディングボックスの大きさ

Declaration
public Vector size
Field Value
Type Description
Vector
In This Article
Back to top Generated by DocFX